Spaces:
Sleeping
Sleeping
thejagstudio
commited on
Commit
•
599ab53
1
Parent(s):
7784be2
Update main.py
Browse files
main.py
CHANGED
@@ -11,7 +11,7 @@ from src.routes.image import imageBP
|
|
11 |
from src.routes.environment import environmentBP
|
12 |
from src.routes.download import downloadBP
|
13 |
from src.routes.debug import debugBP
|
14 |
-
from src.routes.config import configBP
|
15 |
from src.routes.auth import authBP
|
16 |
import datetime
|
17 |
import io
|
@@ -290,7 +290,7 @@ app.secret_key = config.get("secret_key")
|
|
290 |
|
291 |
|
292 |
app.register_blueprint(authBP)
|
293 |
-
app.register_blueprint(configBP)
|
294 |
app.register_blueprint(debugBP)
|
295 |
app.register_blueprint(downloadBP)
|
296 |
app.register_blueprint(environmentBP)
|
|
|
11 |
from src.routes.environment import environmentBP
|
12 |
from src.routes.download import downloadBP
|
13 |
from src.routes.debug import debugBP
|
14 |
+
# from src.routes.config import configBP
|
15 |
from src.routes.auth import authBP
|
16 |
import datetime
|
17 |
import io
|
|
|
290 |
|
291 |
|
292 |
app.register_blueprint(authBP)
|
293 |
+
# app.register_blueprint(configBP)
|
294 |
app.register_blueprint(debugBP)
|
295 |
app.register_blueprint(downloadBP)
|
296 |
app.register_blueprint(environmentBP)
|