mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update gitlab update name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createGithub } from "@/server/api/services/git-provider";
|
||||
import { createGithub } from "@/server/api/services/github";
|
||||
import { db } from "@/server/db";
|
||||
import { github } from "@/server/db/schema";
|
||||
import { eq } from "drizzle-orm";
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
import {
|
||||
findGitlabById,
|
||||
updateGitlab,
|
||||
} from "@/server/api/services/git-provider";
|
||||
import { findGitlabById, updateGitlab } from "@/server/api/services/gitlab";
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
export default async function handler(
|
||||
|
||||
Reference in New Issue
Block a user