Add custom http root
Now we are able to let this service run on a different root path.
This commit is contained in:
@@ -18,6 +18,7 @@ type Debug struct {
|
||||
// HTTP defines the available http configuration.
|
||||
type HTTP struct {
|
||||
Addr string
|
||||
Root string
|
||||
}
|
||||
|
||||
// Tracing defines the available tracing configuration.
|
||||
|
||||
Reference in New Issue
Block a user