NBS-LLC / craift

AI Treasure Generator
1 stars 0 forks source link

feat: get treasure api #3

Closed NBS-LLC closed 12 months ago

NBS-LLC commented 1 year ago
npm run watch
npm run start:dev
curl -sS localhost:3000/api/treasures/random | jq .
{
  "name": "sword",
  "description": "an old sword",
  "value": 5,
  "attributes": [
    {
      "name": "damage",
      "value": 1
    }
  ]
}