mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 19:23:41 -07:00
consolidate api endpoints into own module and flask Blueprint
This commit is contained in:
@@ -147,4 +147,5 @@ def favicon():
|
||||
|
||||
|
||||
from WebHostLib.customserver import run_server_process
|
||||
from . import tracker, upload, landing, check, generate, downloads # to trigger app routing picking up on it
|
||||
from . import tracker, upload, landing, check, generate, downloads, api # to trigger app routing picking up on it
|
||||
app.register_blueprint(api.api_endpoints)
|
||||
Reference in New Issue
Block a user