diff --git a/backend/app.py b/backend/app.py index 8785bd4..2705400 100644 --- a/backend/app.py +++ b/backend/app.py @@ -321,6 +321,7 @@ async def catch_all(full_path:str): if __name__ == '__main__': # os.environ {PORT = Backend Port (Main Port), F_PORT = Frontend Port} + os.chdir(os.path.dirname(os.path.realpath(__file__))) uvicorn.run( "app:app", host="0.0.0.0", diff --git a/db/firegex.db b/db/firegex.db deleted file mode 100644 index 174f541..0000000 Binary files a/db/firegex.db and /dev/null differ