From cd57d0d5b1ffba96e7ab14a46f33b090942128d3 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Thu, 27 Apr 2023 00:30:46 +0900 Subject: [PATCH] Use actual URL --- src/kingoftime.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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', },