Skip to content

Commit 295030e

Browse files
authored
th-208: * fix url path in swagger (#227)
1 parent 4ed8ab7 commit 295030e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/libs/packages/server-application/server-app-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ServerAppApi implements IServerAppApi {
4545
},
4646
servers: [
4747
{
48-
url: `api/${this.version}`,
48+
url: `/api/${this.version}`,
4949
},
5050
],
5151
},

0 commit comments

Comments
 (0)