Skip to content

Commit

Permalink
Added /status/login for the dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed May 16, 2014
1 parent cca5116 commit 2eaa2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pf/web/constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Readonly::Scalar our $URL_OAUTH2_GOOGLE => '/oauth2/google';
Readonly::Scalar our $URL_REMEDIATION => '/remediation';
Readonly::Scalar our $URL_RELEASE => '/release';
Readonly::Scalar our $URL_STATUS => '/status';
Readonly::Scalar our $URL_STATUS_LOGIN => '/status/login';
Readonly::Scalar our $URL_NODE_MANAGER => '/node/manager/(.+)';

# guest related
Expand Down

0 comments on commit 2eaa2e1

Please sign in to comment.