Add custom http root

Now we are able to let this service run on a different root path.
This commit is contained in:
Thomas Boerger
2019-12-09 14:48:22 +01:00
parent b5a28fe5ed
commit 4e4e873b80
5 changed files with 29 additions and 2 deletions
+1
View File
@@ -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.