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'
|