We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f94a39 commit bada18bCopy full SHA for bada18b
packages/rest-core/src/rest-resource.ts
@@ -2,7 +2,7 @@ import { AppModule } from "@deepkit/app";
2
import { ClassType } from "@deepkit/core";
3
import { http, httpClass } from "@deepkit/http";
4
import { Database, Query } from "@deepkit/orm";
5
-import { join } from "path";
+import { join } from "path/posix";
6
7
import { RestActionContext, RestActionParameterResolver } from "./rest-action";
8
import { RestCoreModuleConfig } from "./rest-core-config";
0 commit comments