develop #1
@@ -1,6 +1,6 @@
|
||||
|
||||
# ============= LOGO CONFIGURABLE =============
|
||||
from fastapi import FastAPI, Form
|
||||
from fastapi import FastAPI, File, UploadFile, Form
|
||||
app = FastAPI()
|
||||
|
||||
@app.post("/api/config/logo", response_model=dict)
|
||||
|
||||
Reference in New Issue
Block a user