6 lines
144 B
Python
6 lines
144 B
Python
from fastapi import APIRouter
|
|
|
|
router = APIRouter(prefix="/api/image", tags=["image"])
|
|
|
|
# Phase 2: watermark / white background / img2img proxy
|