api autodoc path

This commit is contained in:
2019-03-11 13:54:27 +01:00
parent ccd04ba7fb
commit aa0c9b401e
3 changed files with 32 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ from helpers import databaseHelper
with open("config.json", "r") as f:
config = json.load(f)
routes = []
app = None
sql = None
pool = ThreadPool(config["threads"])