mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-06 21:04:39 +02:00
proxy: fix dashboard path prefix (#347)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
7016534d87
commit
c95a72e12a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// dashboardURL is the path to authenticate's sign in endpoint
|
// 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 is the path to authenticate's sign in endpoint
|
||||||
signinURL = "/.pomerium/sign_in"
|
signinURL = "/.pomerium/sign_in"
|
||||||
// signoutURL is the path to authenticate's sign out endpoint
|
// signoutURL is the path to authenticate's sign out endpoint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue