proxy: fix dashboard path prefix (#347)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2019-10-04 08:36:36 -07:00 committed by GitHub
parent 7016534d87
commit c95a72e12a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ import (
const (
// dashboardURL is the path to authenticate's sign in endpoint
dashboardURL = "/.pomerium/"
dashboardURL = "/.pomerium"
// signinURL is the path to authenticate's sign in endpoint
signinURL = "/.pomerium/sign_in"
// signoutURL is the path to authenticate's sign out endpoint