1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Added httpPost and allowanonymous attributes to shortener api

This commit is contained in:
Uncled1023 2016-03-22 17:02:10 -07:00
parent c3292cee70
commit be166a55c0

View File

@ -158,6 +158,8 @@ namespace Teknik.Areas.API.Controllers
}
}
[HttpPost]
[AllowAnonymous]
public ActionResult Shorten(string url, bool doNotTrack = false)
{
try