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({
|
const response = await axios({
|
||||||
method: 'post',
|
method: 'post',
|
||||||
// url: 'https://s2.kingtime.jp/gateway/bprgateway',
|
url: 'https://s2.ta.kingoftime.jp/gateway/bprgateway',
|
||||||
url: 'https://httpbin.org/anything',
|
|
||||||
headers: {
|
headers: {
|
||||||
Accept: 'application/json, text/javascript, */*; q=0.01',
|
Accept: 'application/json, text/javascript, */*; q=0.01',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue