mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
hot fix for friends controller
This commit is contained in:
@@ -54,4 +54,10 @@ public class OnlinePingingController : Controller
|
||||
return StatusCode(500, new { error = "Failed to send friend request." });
|
||||
}
|
||||
}
|
||||
|
||||
[HttpGet("is-online")]
|
||||
public async Task<IActionResult> IsOnline(Guid userId)
|
||||
{
|
||||
return BadRequest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user