This project created for test at MNC Mister Aladin as Backend Development
- 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
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
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.
The Laravel framework is open-source software licensed under the MIT license.