1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2024-09-03 18:36:00 +02:00
fastapi_ynh/doc/ADMIN.md

4 lines
177 B
Markdown
Raw Normal View History

2023-12-01 15:26:50 +01:00
To customize the FastAPI app, you have to put your code in `__DATA_DIR__`/FastAPIAppFolder/
2023-11-28 13:20:48 +01:00
2023-12-01 15:26:50 +01:00
Your code must have a '__init__'.py file and the FastAPI object must be named 'app'