aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/url.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/url.go')
-rw-r--r--pkg/config/url.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/config/url.go b/pkg/config/url.go
index 403f787..06796a2 100644
--- a/pkg/config/url.go
+++ b/pkg/config/url.go
@@ -120,8 +120,5 @@ func (u *Url) validate() (errors []string) {
errors = append(errors, "Host not set")
}
- if u.Root == "" || u.Root == "/" {
- errors = append(errors, "Root path not set")
- }
return
}