Logo feature 1.0.27 v2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# ============= LOGO CONFIGURABLE =============
|
# ============= LOGO CONFIGURABLE =============
|
||||||
from fastapi import FastAPI, Form
|
from fastapi import FastAPI, File, UploadFile, Form
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
@app.post("/api/config/logo", response_model=dict)
|
@app.post("/api/config/logo", response_model=dict)
|
||||||
|
|||||||
Reference in New Issue
Block a user