mirror of
https://github.com/YunoHost-Apps/FastAPI_ynh.git
synced 2024-09-03 18:36:00 +02:00
3 lines
157 B
Markdown
3 lines
157 B
Markdown
To customize the FastAPI app, you have to put your code in `__DATA_DIR__`
|
|
|
|
Your code must have a __init__.py file and the FastAPI object must be named 'app'
|