fix: add custom domain

This commit is contained in:
imeepos 2025-10-14 17:48:02 +08:00
parent 7ac387be1d
commit 81ff760332
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ with fastapi_image.imports():
},
)
@modal.concurrent(max_inputs=100)
@modal.asgi_app()
@modal.asgi_app(custom_domains="https://modal-ffmpeg.bowong.cc")
def fastapi_webapp():
return web_app