heavy-duty / znap

Performance-first Rust Framework to build APIs compatible with the Solana Actions Spec.
Apache License 2.0
60 stars 1 forks source link

Specify prefix for the routes #55

Closed danmt closed 1 month ago

danmt commented 2 months ago

Right now we assume all routes look like /api/<my-action> but this might change in some cases, especially if multiple collections are being used inside the same service. Especially with the future addition of path #45.