forked from raystack/frontier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make public api prefix configurable (#63)
* feat: make public api prefix configurable * fix: default public api prefix
- Loading branch information
1 parent
5b52f3a
commit b05419b
Showing
4 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,6 @@ type Config struct { | |
DefaultSystemEmail string `yaml:"default_system_email" mapstructure:"default_system_email" default:"[email protected]"` | ||
|
||
ServiceData ServiceDataConfig `yaml:"service_data" mapstructure:"service_data"` | ||
|
||
PublicAPIPrefix string `yaml:"public_api_prefix" mapstructure:"public_api_prefix" default:"/api"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters