From 904bd1731447796cf1a2bd992c89f889f2a6263a Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 2 Aug 2021 17:26:29 +0200 Subject: Renamed the shared types package to api --- packages/server/src/routes/api/v1/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/server/src/routes/api/v1/index.ts') diff --git a/packages/server/src/routes/api/v1/index.ts b/packages/server/src/routes/api/v1/index.ts index 62ae5d7..9cc20c2 100644 --- a/packages/server/src/routes/api/v1/index.ts +++ b/packages/server/src/routes/api/v1/index.ts @@ -3,7 +3,7 @@ import { Repository } from "../../../git/repository"; import { Route } from "../../../types/fastify"; import repo from "./repo"; import { verifyRepoName } from "../util"; -import { Info as APIInfo, RepositorySummary as APIRepositorySummary, Repository as APIRepository } from "shared_types"; +import { Info as APIInfo, RepositorySummary as APIRepositorySummary, Repository as APIRepository } from "api"; import { BaseError } from "../../../git/error"; function setHandlers(fastify: FastifyInstance): void { -- cgit v1.2.3-18-g5258