Skip to content

Commit e9a8656

Browse files
committed
fixed the url issue
1 parent a8f43fe commit e9a8656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/credit-manager/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ export function getApiDetail(req): ApiDetail {
107107
}
108108

109109
export const constant = {
110-
AUTHZ_URL: 'https://api.eiko.zone/api/v1/credits/authz',
110+
AUTHZ_URL: 'https://api.entity.dashboard.hypersign.id/api/v1/credits/authz',
111111
};

0 commit comments

Comments
 (0)