Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 915 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 915 Bytes

Project Description

This project created for test at MNC Mister Aladin as Backend Development

Example to use this API

  • POST | api/shorturl -> Created Short Url
  • PUT|PATCH | api/shorturl/{id} -> Update Short Url
  • DELETE | api/shorturl/{id} -> Remove Short Url
  • GET|HEAD | api/shorturl/{shortenURL?} -> Redirect from shorturl, to real URL

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-source software licensed under the MIT license.