aboutsummaryrefslogtreecommitdiff
path: root/packages/server/src/git/http.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/src/git/http.ts')
-rw-r--r--packages/server/src/git/http.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/server/src/git/http.ts b/packages/server/src/git/http.ts
index c2654e7..183c6df 100644
--- a/packages/server/src/git/http.ts
+++ b/packages/server/src/git/http.ts
@@ -3,6 +3,7 @@ import { Repository } from "./repository";
import { Route } from "../types/fastify";
import { join } from "path";
import { spawn } from "child_process";
+import { URL } from "url";
export interface Request extends FastifyRequest {
params: Route["Params"],