Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Release v1.1.0: Web interface for Simple URL shortener

Compare
Choose a tag to compare
@RomanVassilchenko RomanVassilchenko released this 11 Sep 07:56
· 24 commits to main since this release
023aa28

Changes:

  1. Added static folder, which contains new web interface to add new URLs (big thanks to @vadimvalov and @SaraUlan)
  2. Changed API and now DELETE and POST Requests are using root URL (before it was /url)
  3. Added Handle to use static files in main.go
  4. Added .gitignore for website
  5. Added greeting.go file, which redirect users from / request to the website