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";