Skip to content

Commit

Permalink
Windows/Linux path diffirence fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saracalihan committed Apr 15, 2023
1 parent f7e755f commit 1191644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builders/RouterBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class RouterBuilder {

const urlCreator = API_ROUTE_TEMPLATES[handlerType];
const url = urlCreator(
path.join(await this.getRootPrefix(), this.version.name),
`${await this.getRootPrefix()}/${this.version.name}`,
urlPrefix,
resource,
model.instance.primaryKey
Expand Down

0 comments on commit 1191644

Please sign in to comment.