GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Swagger endpoints do not go to `/api/` path prefix #131

Closed TheLonelyGhost closed 3 years ago

TheLonelyGhost commented 3 years ago

the http://localhost:8080/api/swagger/ endpoint serves content okay, but the base URI is configured to be http://localhost:8080/, not http://localhost:8080/api/.

This makes things like /ping error-out because it's talking to a page on the blog called /ping, which doesn't exist.