Thibault Lebrun
Thibault Lebrun
Hello this plugin looks cool but I'm having the same problem as everyone. I'm on windows 10, Pycharm 2021.1 Community, installed mypy on my system's python 3.9. My project is...
Hi, it might be that I'm not thinking this straight but I would like to have all my backoffice routes under /admin and I cannot find a way to add...
Let's say I've mounted the backoffice app under `base_url='/admin'` would I be able to define independent routes like `/admin/foo` or PUT `/admin` ? Thank you
Allright thanks for your answer ! I was thinking of being able to include another router like in my first example. To have a fastapi like syntax. I guess that...