mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix route
This commit is contained in:
@@ -192,7 +192,7 @@ namespace BirdsiteLive.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
[Route("/migration/delete/{id}/{tweetid}/{handle}")]
|
[Route("/migration/delete/{id}/{tweetid}")]
|
||||||
public async Task<IActionResult> RemoteMigrateDelete(string id, string tweetid)
|
public async Task<IActionResult> RemoteMigrateDelete(string id, string tweetid)
|
||||||
{
|
{
|
||||||
//Verify can be deleted
|
//Verify can be deleted
|
||||||
|
Reference in New Issue
Block a user