Changelog: https://roxy-wi.org/changelog.py#6_0_2
This commit is contained in:
Pavel Loginov
2022-05-24 23:20:24 +03:00
parent 8988e1a00e
commit 4fa061df97
10 changed files with 61 additions and 124 deletions

View File

@@ -5,11 +5,12 @@ import os
import sys
from bottle import route, run, hook, response, request, error
import api_funct
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
os.chdir(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(os.path.join(sys.path[0], '/var/www/haproxy-wi/app/'))
import api_funct
import sql
_error_auth = '403 Auth before'