fix route
This commit is contained in:
parent
ac297b815a
commit
d5a71bbaa6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue