Fix startup issue
This commit is contained in:
parent
9944d9ffc4
commit
46a833cc1d
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ pub async fn start_server<RestState: RestStateDef>(rest_state: RestState) {
|
||||||
);
|
);
|
||||||
|
|
||||||
app.layer(oidc_login_service)
|
app.layer(oidc_login_service)
|
||||||
.route("authenticate", get(login))
|
.route("/authenticate", get(login))
|
||||||
.layer(oidc_auth_service)
|
.layer(oidc_auth_service)
|
||||||
.layer(session_layer)
|
.layer(session_layer)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue