Trigger test

This commit is contained in:
Daniel Hougaard
2024-04-18 23:32:23 +02:00
parent 98e0c1b4ca
commit 64099908eb

View File

@ -10,6 +10,8 @@ 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",