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