mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
route template in http verb attr
This commit is contained in:
parent
755c73deba
commit
31d0caf73e
@ -5,8 +5,7 @@ namespace Events.Controllers
|
||||
{
|
||||
public class EventsController : Controller
|
||||
{
|
||||
[HttpPost]
|
||||
[Route("~/")]
|
||||
[HttpPost("~/")]
|
||||
public void Post([FromBody]string value)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user