fix route

This commit is contained in:
Nicolas Constant 2022-12-25 00:10:37 -05:00
parent ac297b815a
commit d5a71bbaa6
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

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