From 3432009213c2071f0f7df12179aa1eb168723c31 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 6 Aug 2023 09:29:16 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/{api => clientAPI}/APIPathGen.ts | 0 server/clientAPI/sammoRootAPI.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename server/{api => clientAPI}/APIPathGen.ts (100%) diff --git a/server/api/APIPathGen.ts b/server/clientAPI/APIPathGen.ts similarity index 100% rename from server/api/APIPathGen.ts rename to server/clientAPI/APIPathGen.ts diff --git a/server/clientAPI/sammoRootAPI.ts b/server/clientAPI/sammoRootAPI.ts index 90d98ac..daa6c6f 100644 --- a/server/clientAPI/sammoRootAPI.ts +++ b/server/clientAPI/sammoRootAPI.ts @@ -1,4 +1,4 @@ -import { APIPathGen } from "../api/APIPathGen"; +import { APIPathGen } from "./APIPathGen"; import { extractHttpMethod } from "../apiStructure/defs"; import type { APITail, RawArgType } from "../apiStructure/defs"; import { structure } from "../apiStructure/sammoRootAPI";