no message
This commit is contained in:
parent
20703b6afb
commit
893eda098a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function stripLeadingSlash(str: string) {
|
|||
return str.replace(/^\//, "");
|
||||
}
|
||||
|
||||
@Route("keycloak")
|
||||
@Route("api/v1/org/keycloak")
|
||||
@Tags("Single-Sign On")
|
||||
@Security("bearerAuth")
|
||||
export class KeycloakController extends Controller {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue