Skip to content

Commit

Permalink
Update lib/routes/copernicium/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tony <[email protected]>
  • Loading branch information
dzx-dzx and TonyRL authored Dec 21, 2024
1 parent 14c0cea commit a8504e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/copernicium/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ async function handler(ctx) {
},
type: 0,
};
res = await ofetch(`http://www.copernicium.tw/nr.jsp`, {
res = await ofetch('http://www.copernicium.tw/nr.jsp', {
query: { _reqArgs: reqArgs },
});
} else {
res = await ofetch(`http://www.copernicium.tw/sys-nr/`, {
res = await ofetch('http://www.copernicium.tw/sys-nr/', {
query: { _reqArgs: { args: {}, type: 15 } },
});
}
Expand Down

0 comments on commit a8504e8

Please sign in to comment.