gitfrosh / lotr-api

This repository holds the code base of the API to rule them all, the Lord of the Rings api, which provides you with book, character, movie and quotes data.
https://the-one-api.dev
238 stars 66 forks source link

fix: remove excessive blanks in quote #41

Closed MateuszKikmunter closed 3 years ago

MateuszKikmunter commented 3 years ago

Removed excessive blanks in the returned quotes as reported in the issue #27. Also added nodemon for dev env to make backend development a bit more robust.