Skip to content

Commit 06cf829

Browse files
authored
Update apiProxy.ts
1 parent 6e97c1e commit 06cf829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/apiProxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ApiProxyService {
1010

1111
// Method to fetch the GitHub release data.
1212
async fetchReleaseData(releaseId: string | number): Promise<any> {
13-
const endpoint = `https://api.github.com/repos/Pymmdrza/Rich-Address-Wallet/releases/${releaseId}`;
13+
const endpoint = `https://api.github.com/repos/Pymmdrza/Rich-Address-Wallet/releases/${releaseId}/assets`;
1414
// Use the existing proxyRequest method. This is MUCH better.
1515
try {
1616
const response = await this.proxyRequest(endpoint, {

0 commit comments

Comments
 (0)