fix: include healthcheck as part of protected urls
All checks were successful
Update changelog / changelog (push) Successful in 25s
All checks were successful
Update changelog / changelog (push) Successful in 25s
This commit is contained in:
@@ -29,4 +29,4 @@ export type ErrorDTO = {
|
|||||||
// Used to check against reserved names.
|
// Used to check against reserved names.
|
||||||
export const disallowedUriSchema = z
|
export const disallowedUriSchema = z
|
||||||
.string()
|
.string()
|
||||||
.regex(/^(about|assets|kttydocs|panel)/);
|
.regex(/^(about|assets|healthcheck|kttydocs|panel)/);
|
||||||
|
|||||||
Reference in New Issue
Block a user