Skip to content

Commit

Permalink
[#175679733] Rename GetSupport Token endpoint (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleDore authored Nov 20, 2020
1 parent a13fdeb commit 26ccedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ paths:
description: Unavailable service
schema:
$ref: "#/definitions/ProblemJson"
"/token":
"/token/support":
x-swagger-router-controller: SupportController
get:
operationId: getSupportToken
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ function registerAPIRoutes(
);

app.get(
`${basePath}/token`,
`${basePath}/token/support`,
bearerSessionTokenAuth,
toExpressHandler(supportController.getSupportToken, supportController)
);
Expand Down

0 comments on commit 26ccedf

Please sign in to comment.