Add stat API

This commit is contained in:
Wildan M 2022-08-16 17:32:01 +07:00
commit 468dcd8715
6 changed files with 80 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{
"name": "forward-domain",
"version": "1.0.0",
"description": "",
"description": "Public service to forward domain for free",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -10,8 +10,8 @@
"count": "find .certs -type d | grep '.\\.' | wc -l"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Wildan Mubarok",
"license": "MIT",
"dependencies": {
"await-lock": "^2.1.0",
"axios": "^0.21.1",