fix: include healthcheck as part of protected urls
All checks were successful
Update changelog / changelog (push) Successful in 25s

This commit is contained in:
2026-01-03 11:05:25 +01:00
parent d7f4006698
commit 413aa8994a

View File

@@ -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)/);