Skip to content

Commit

Permalink
baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 31, 2023
1 parent 133b21b commit 5cba39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func GetConfiguration() *Configuration {
panic("failed to read configuration")
}
//
configuration.baseUrl = routes.BASE_URL
configuration.BaseUrl = routes.BASE_URL
//
return &configuration
}

0 comments on commit 5cba39e

Please sign in to comment.