Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tgunsch authored Jan 20, 2021
1 parent 4e8e3b6 commit 028b8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func main() {
SWAGGER_PATH = "/swagger"
API_PATH = "/api"
BASE_PATH_ENV = "BASE_PATH"
PORT = "PORT"
)
server := echo.New()
port := os.Getenv(PORT)
Expand Down

0 comments on commit 028b8b2

Please sign in to comment.