Update dynamic-secret-lease-router.ts

This commit is contained in:
Daniel Hougaard
2024-04-18 23:38:48 +02:00
parent b4558981c1
commit bcaafcb49f

View File

@@ -10,8 +10,6 @@ import { verifyAuth } from "@app/server/plugins/auth/verify-auth";
import { SanitizedDynamicSecretSchema } from "@app/server/routes/sanitizedSchemas";
import { AuthMode } from "@app/services/auth/auth-type";
//
export const registerDynamicSecretLeaseRouter = async (server: FastifyZodProvider) => {
server.route({
method: "POST",