mirror of
https://github.com/bitwarden/server
synced 2025-12-21 18:53:41 +00:00
route template in http verb attr
This commit is contained in:
@@ -5,8 +5,7 @@ namespace Events.Controllers
|
||||
{
|
||||
public class EventsController : Controller
|
||||
{
|
||||
[HttpPost]
|
||||
[Route("~/")]
|
||||
[HttpPost("~/")]
|
||||
public void Post([FromBody]string value)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user