python-discord / api

A FastAPI-based service that allows our services to communicatie with our database.
MIT License
10 stars 1 forks source link

Evaluate possibility of forwarding undefined routes to another configured backend #8

Open jchristgit opened 3 years ago

jchristgit commented 3 years ago

To allow for a clean move, look for a way to forward requests that do not match any defined endpoint to another API.

In our case, this will be used to forward requests that do not have an implementation on the new API to the old Django-based API, and incrementally port features over.