Skip to content

Commit

Permalink
fix: fix wrong route for portal units api
Browse files Browse the repository at this point in the history
  • Loading branch information
messi-yang committed Oct 21, 2024
1 parent 5053670 commit e67989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/apis/portal-unit-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class PortalUnitApi {
private axios: Axios;

constructor() {
this.axios = AxiosProvider.create(`${process.env.API_URL}/api/link-units`);
this.axios = AxiosProvider.create(`${process.env.API_URL}/api/portal-units`);
}

static create(): PortalUnitApi {
Expand Down

0 comments on commit e67989b

Please sign in to comment.