fix: removed /api/v1 prefix from each route, since it's in the basePath

This commit is contained in:
2026-08-21 15:31:29 +02:00
parent 017ee61c99
commit 441c47163c
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ type apiResponse struct {
// @Accept json
// @Produce json
// @Success 200 {object} apiResponse
// @Router /api/v1/ [get]
// @Router / [get]
func DefaultHandler(w http.ResponseWriter, r *http.Request) {
ctx := r.Context()