mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +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 (
|
||||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue