fix route

This commit is contained in:
Nicolas Constant
2022-12-25 00:10:37 -05:00
parent ac297b815a
commit d5a71bbaa6

View File

@@ -192,7 +192,7 @@ namespace BirdsiteLive.Controllers
}
[HttpPost]
[Route("/migration/delete/{id}/{tweetid}/{handle}")]
[Route("/migration/delete/{id}/{tweetid}")]
public async Task<IActionResult> RemoteMigrateDelete(string id, string tweetid)
{
//Verify can be deleted