mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-24 07:15:23 +02:00
refactor: simplify database colums
This commit is contained in:
@@ -71,7 +71,7 @@ export const apiTraefikConfig = z.object({
|
||||
export const apiGetBranches = z.object({
|
||||
repo: z.string().min(1),
|
||||
owner: z.string().min(1),
|
||||
githubProviderId: z.string().optional(),
|
||||
githubId: z.string().optional(),
|
||||
});
|
||||
export const apiModifyTraefikConfig = z.object({
|
||||
path: z.string().min(1),
|
||||
|
||||
Reference in New Issue
Block a user