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
2023-12-01 15:26:50 +01:00

177 B

To customize the FastAPI app, you have to put your code in __DATA_DIR__/FastAPIAppFolder/

Your code must have a 'init'.py file and the FastAPI object must be named 'app'