Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
202 stars 12 forks source link

Use scopes in router. #328

Closed EloyMartinez closed 5 months ago

EloyMartinez commented 5 months ago

In order to organise routes by object, we implement scoped routes. This allows us to avoid repeating route params and better define our route declarations!

gschoeni commented 5 months ago

Beautiful 🤩