[Question] flet_fastapi.app() The customized resource path does not take effect. #2432
Replies: 2 comments 1 reply
-
from pathlib import Path
assets = Path(__file__).resolve().parent / "assets"
app = flet_fastapi.app(main, assets_dir=assets) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you very much! It's normal. I forgot to clear the cache. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
How can i do it?
Thank you.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions