Skip to content

Commit

Permalink
Update Hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
sapthesh authored Jun 8, 2023
1 parent 445bb42 commit a13f089
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/api/getDetail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export default async function handler(
"www.terabox.com",
"terabox.com",
"www.teraboxapp.com",
"teraboxapp.com"
"teraboxapp.com",
"1024tera.com",
"www.1024tera.com"
]
const dpLogId = "59350200172865410009"
const jsToken = "3D1900FFEDE22A36D2E6D36ABAAE9CEB74926E292F0986A22DEF1DA25812774556754CAACE1AD4C44240AB83098E4DDC9DAA210A461D3A837D60301AEBC78DFD"
Expand Down Expand Up @@ -84,4 +86,4 @@ export default async function handler(
res.status(400).json({ result: false, message: error.message })
return
}
}
}

0 comments on commit a13f089

Please sign in to comment.