Use actual URL
This commit is contained in:
parent
e6817ffbb2
commit
cd57d0d5b1
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ async function kingoftime(
|
|||
) {
|
||||
const response = await axios({
|
||||
method: 'post',
|
||||
// url: 'https://s2.kingtime.jp/gateway/bprgateway',
|
||||
url: 'https://httpbin.org/anything',
|
||||
url: 'https://s2.ta.kingoftime.jp/gateway/bprgateway',
|
||||
headers: {
|
||||
Accept: 'application/json, text/javascript, */*; q=0.01',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue