Skip to content

Commit b2a1604

Browse files
committed
ClickUp - 869b48xm5
Signed-off-by: Mantas Domasevicius <mantas@mysterium.network>
1 parent 5baa18a commit b2a1604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tequilapi/tequil/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import "strings"
2323
const TequilapiURLPrefix = "/tequilapi"
2424

2525
// UnprotectedRoutes these routes are not protected by reverse proxy
26-
var UnprotectedRoutes = []string{"/auth/authenticate", "/auth/login", "/healthcheck", "/config/user", "/config/ui/features"}
26+
var UnprotectedRoutes = []string{"/auth/authenticate", "/auth/login", "/healthcheck", "/config/ui/features"}
2727

2828
// IsUnprotectedRoute helper method for checking if route is unprotected
2929
func IsUnprotectedRoute(url string) bool {

0 commit comments

Comments
 (0)