Try the new plugin
This commit is contained in:
parent
cec81e48c9
commit
068c7ed48a
@ -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)
|
||||
|
||||
@ -34,4 +34,4 @@ function App() {
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
export default App;
|
||||
Loading…
x
Reference in New Issue
Block a user