From 068c7ed48aff1d6ad3c1cee834926a4923fa7add Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 18 Jun 2025 06:48:26 +0300 Subject: [PATCH] Try the new plugin --- backend/main.py | 1 + frontend/src/App.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 8e41231..01171c9 100644 --- a/backend/main.py +++ b/backend/main.py @@ -89,6 +89,7 @@ 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