Suresh Kumar
sureshdsk.dev

sureshdsk.dev

Follow
Series

Today I Learned (TIL)


Articles in this series

how to implement catch all route in fast api?

Oct 11, 20211 min read

Sometimes you would require to implement a catch all requests in your fastapi application. We can achieve it by using api_route method. Catch all...

how to implement catch all route in fast api?
Check diff between two files in Python
Minify docker image size upto 30x with docker-slim
How to get pretty python interpreter automagically?