Skip to content

Commit

Permalink
feat: proxy tmrwdao proposal info
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Nov 16, 2024
1 parent 26ac5f9 commit ac01be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/get-proposal-info/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function GET(request: Request) {
}

const res = await fetch(
`https://explorer-test-side02.aelf.io/api/proposal/proposalInfo?proposalId=${id}`
`https://test.tmrwdao.com/side-explorer-api/proposal/proposalInfo?proposalId=${id}`
);
const data = await res.json();

Expand Down

0 comments on commit ac01be1

Please sign in to comment.