Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesPenrose committed Nov 27, 2024
1 parent ede6696 commit 91fec84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/app/infra/dev/application.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
servers:
public:
listen_addr: :5000
base_path: /
base_path: /api/
tech:
listen_addr: :9000
base_path: ""
Expand Down
2 changes: 1 addition & 1 deletion cmd/app/infra/local/application.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
servers:
public:
listen_addr: :5000
base_path: /
base_path: /api/
tech:
listen_addr: :9000
base_path: ""
Expand Down
2 changes: 1 addition & 1 deletion cmd/app/infra/prod/application.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
servers:
public:
listen_addr: :5000
base_path: /
base_path: /api/
tech:
listen_addr: :9000
base_path: ""
Expand Down
2 changes: 1 addition & 1 deletion cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html

// @host localhost:8080
// @BasePath /bmstu-stud-web/api/
// @BasePath /api/

// @securityDefinitions.basic BasicAuth

Expand Down

0 comments on commit 91fec84

Please sign in to comment.