Skip to content

Commit

Permalink
fix base route prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Lombardi committed Mar 26, 2024
1 parent c8293df commit 677c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/v1/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package apiv1

const (
HttpServerBaseRoute string = "/api/v1"
HttpServerRootRoute string = "/"
HttpServerRootRoute string = ""
)

0 comments on commit 677c5fc

Please sign in to comment.