mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: add comment
This commit is contained in:
parent
3a9a69381d
commit
94296acc7a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ export const generateInternalSecret = () => internalPrefix + generateStandardSec
|
|||
export default function applicationSecretRoutes<T extends ManagementApiRouter>(
|
||||
...[router, { queries }]: RouterInitArgs<T>
|
||||
) {
|
||||
// See OpenAPI description for the rationale of this endpoint.
|
||||
router.delete(
|
||||
'/applications/:id/legacy-secret',
|
||||
koaGuard({
|
||||
|
|
Loading…
Reference in a new issue