go-link-shortener-backend, v1.6
Posted on

Back-end of the service for shorting links.
Removing the custom "Not Found" handler and improving serving static files.
Change Log
- removing the custom "Not Found" handler:
- from the RESTful API;
- from the additional routing;
- serving static files:
- error handling:
- tightening error handling when serving static files;
- logging:
- logging error handling when serving static files.
- error handling:
Repository
Link: https://github.com/thewizardplusplus/go-link-shortener-backend/tree/v1.6.
Content: code.
License: MIT.