mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
adjusting field description; fix migration script; trying to resolve conflict in updateResource.ts
This commit is contained in:
parent
517bc7f632
commit
64a2cc23c6
3 changed files with 5 additions and 4 deletions
|
@ -16,7 +16,8 @@ import createHttpError from "http-errors";
|
|||
import logger from "@server/logger";
|
||||
import { fromError } from "zod-validation-error";
|
||||
import config from "@server/lib/config";
|
||||
import { subdomainSchema, tlsNameSchema } from "@server/lib/schemas";
|
||||
import { tlsNameSchema } from "@server/lib/schemas";
|
||||
import { subdomainSchema } from "@server/lib/schemas";
|
||||
|
||||
const updateResourceParamsSchema = z
|
||||
.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue