Open
Description
Module
fast API
Describe the bug
when I try to create a new app with such an endpoint as root_path into data dir and some routes, it's required to update the module to be able to access
this endpoint
To Reproduce
Affected versions:
Steps to reproduce the behavior:
- create a new module depending on fastapi with some routes
- create an endpoint in the data dir to be created during the installation
- try to access even the docs URL it'll not founded
- go to apps -> update your custom module
- try to access it again, it works fine now
Expected behavior
the newly created endpoint should work properly without the need to update the module