toverainc / willow-application-server

Willow Application Server
Apache License 2.0
19 stars 9 forks source link

routers.release: fix api_post_release path #62

Closed stintel closed 8 months ago

stintel commented 8 months ago

The release API router uses the /api prefix so we must not add it in routes.

Fixes: eedfa7c3624e ("app: move POST /api/release to app.routers.release")