Oxen-AI / Oxen

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

Use scopes in router. #328

Closed EloyMartinez closed 4 months ago

EloyMartinez commented 4 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 4 months ago

Beautiful 🤩