1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 10:45:13 +00:00

Refactor webservice to use SQLAlchemy and other good stuff

This commit is contained in:
Kristóf Tóth
2018-04-28 15:51:04 +02:00
parent c14b244c1e
commit db9e2c055f
5 changed files with 55 additions and 52 deletions

View File

@ -1,3 +1,3 @@
location /webservice/ {
proxy_pass http://127.0.0.1:6666/;
proxy_pass http://127.0.0.1:11111/;
}