deploy: eba5570a0de08d97cc6fa5163d3e1a602a5e5136

This commit is contained in:
SukkaBot
2022-05-04 07:28:09 +00:00
parent 9ef8a400c1
commit 3e8ed3e75e
8 changed files with 834 additions and 915 deletions

6
Script/abema_unlock.js Normal file
View File

@@ -0,0 +1,6 @@
const url = $request.url;
const body = url === '/region'
? 'OK'
: $response.body
$done({ body })