You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python example.py
[23/07/2023, 19:48:56] INFO [Controller] GreetController {/greetings}
[23/07/2023, 19:48:56] INFO [Method] Mapped {/greetings/greet/{pk}/{gID}, GET} route
[23/07/2023, 19:48:56] INFO [Method] Mapped {/greetings/no-greet, POST} route
[23/07/2023, 19:48:56] INFO [Controller] CluthController {/clutch}
[23/07/2023, 19:48:56] INFO [Method] Mapped {/clutch/savage, GET} route
[23/07/2023, 19:48:56] INFO [Method] Mapped {/clutch/not-a-savage, GET} route
[23/07/2023, 19:48:56] WARNING You must pass the application as an import string to enable'reload' or 'workers'.
Although this is more of a uvicorn-related problem, I hope to find a work around for this
The text was updated successfully, but these errors were encountered:
Although this is more of a uvicorn-related problem, I hope to find a work around for this
The text was updated successfully, but these errors were encountered: