diff --git a/src/schemas/miscSchema.ts b/src/schemas/miscSchema.ts index 0f0cd24..3277656 100644 --- a/src/schemas/miscSchema.ts +++ b/src/schemas/miscSchema.ts @@ -29,4 +29,4 @@ export type ErrorDTO = { // Used to check against reserved names. export const disallowedUriSchema = z .string() - .regex(/^(about|assets|kttydocs|panel)/); + .regex(/^(about|assets|healthcheck|kttydocs|panel)/);