Try the new plugin

This commit is contained in:
dvirlabs 2025-06-18 07:03:04 +03:00
parent af37eae616
commit a26902e414
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -34,4 +34,4 @@ function App() {
);
}
export default App;
export default App;