Skip to content

Commit

Permalink
Update XYZController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
felibatista committed Mar 13, 2024
1 parent 478a663 commit ef34df5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Controllers/XYZController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ public IActionResult GetById(int id)
return _apiException.getResultFromError(type, e.Data);
}
}

[Route("create")]

[HttpPost]
public IActionResult CreateUrl(XYZForCreationDto creationDto)
{
Expand Down

0 comments on commit ef34df5

Please sign in to comment.