diff --git a/Teknik/Areas/API/Controllers/APIv1Controller.cs b/Teknik/Areas/API/Controllers/APIv1Controller.cs index 4280fff..49d8036 100644 --- a/Teknik/Areas/API/Controllers/APIv1Controller.cs +++ b/Teknik/Areas/API/Controllers/APIv1Controller.cs @@ -158,6 +158,8 @@ namespace Teknik.Areas.API.Controllers } } + [HttpPost] + [AllowAnonymous] public ActionResult Shorten(string url, bool doNotTrack = false) { try