경로 이동

This commit is contained in:
2023-08-06 09:29:16 +00:00
parent 826b4212e5
commit 3432009213
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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";