api autodoc path
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user