From a26902e414246e6e00f34f91f1a8c3d4e0cf7cfd Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 18 Jun 2025 07:03:04 +0300 Subject: [PATCH] Try the new plugin --- backend/main.py | 1 - frontend/src/App.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/main.py b/backend/main.py index 0051357..01171c9 100644 --- a/backend/main.py +++ b/backend/main.py @@ -90,7 +90,6 @@ def get_public_icon_url(filename: str): app.include_router(router, prefix="/api") - if __name__ == "__main__": import uvicorn uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 1cf07db..c3abd8b 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -34,4 +34,4 @@ function App() { ); } -export default App; +export default App; \ No newline at end of file