diff --git a/src/kingoftime.ts b/src/kingoftime.ts index 14f0115..008ffe9 100644 --- a/src/kingoftime.ts +++ b/src/kingoftime.ts @@ -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', },