0
Fork 0
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:
Gao Sun 2024-07-24 15:55:37 +08:00
parent 3a9a69381d
commit 94296acc7a
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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({