Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ if __name__ == '__main__':
|
|
14 |
|
15 |
try:
|
16 |
# Import and run the backend Flask app directly
|
17 |
-
from backend.app import create_app
|
18 |
app = create_app()
|
19 |
app.run(
|
20 |
host='0.0.0.0',
|
|
|
14 |
|
15 |
try:
|
16 |
# Import and run the backend Flask app directly
|
17 |
+
from backend.app import create_app,config
|
18 |
app = create_app()
|
19 |
app.run(
|
20 |
host='0.0.0.0',
|