fix: add custom domain
This commit is contained in:
parent
7ac387be1d
commit
81ff760332
|
|
@ -41,7 +41,7 @@ with fastapi_image.imports():
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
@modal.concurrent(max_inputs=100)
|
@modal.concurrent(max_inputs=100)
|
||||||
@modal.asgi_app()
|
@modal.asgi_app(custom_domains="https://modal-ffmpeg.bowong.cc")
|
||||||
def fastapi_webapp():
|
def fastapi_webapp():
|
||||||
return web_app
|
return web_app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue