Skip to content

Commit bada18b

Browse files
committed
fix(rest-core): enforce posix style path join
1 parent 2f94a39 commit bada18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rest-core/src/rest-resource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AppModule } from "@deepkit/app";
22
import { ClassType } from "@deepkit/core";
33
import { http, httpClass } from "@deepkit/http";
44
import { Database, Query } from "@deepkit/orm";
5-
import { join } from "path";
5+
import { join } from "path/posix";
66

77
import { RestActionContext, RestActionParameterResolver } from "./rest-action";
88
import { RestCoreModuleConfig } from "./rest-core-config";

0 commit comments

Comments
 (0)