Skip to content

Commit

Permalink
get -> GET
Browse files Browse the repository at this point in the history
  • Loading branch information
ljxi committed Mar 23, 2024
1 parent 16f5ca4 commit 423d669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IPinfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const provinceMatch=(str:string)=>{
async function getLocalIp() {
try {
const rsp = await fetch(import.meta.env.VITE_API_URL+"ip.ajax", {
method: "get",
method: "GET",
mode: "cors",
redirect: "follow",
referrerPolicy: "no-referrer"
Expand Down

0 comments on commit 423d669

Please sign in to comment.