Trang chủ

image.png

function getAccess() { fetch('/api/access') .then(function(response){ return response.json(); }) .then(function(data){ console.log(data); }); }

/api/access

image.png

Quét subdomain

image.png

Quét endpoint /api/items

image.png

{
  "sins": [
    "lust",
    "gluttony",
    "greed",
    "sloth",
    "wrath",
    "envy",
    "pride"
  ],
  "errors": [
    "error",
    "error",
    "error",
    "error",
    "error",
    "error",
    "error",
    "error",
    "error"
  ],
  "deaths": [
    "death"
  ]
}

POST

image.png