chrisesharp / roguelike

MIT License
0 stars 4 forks source link

Readme corrections + JSON returned on HTTP services is prettified for easier reading. #13

Closed techcobweb closed 3 years ago

techcobweb commented 3 years ago

Not essential, but it looks better in Postman as the formatting of the JSON is easier to read.

eg: GET http://localhost:3000/caves :

[
    {
        "id": 0,
        "name": "Starting Cave",
        "url": "http://localhost:3000"
    },
    {
        "id": 1,
        "name": "Kreepy Kavern",
        "url": "http://localhost:3000"
    }
]