mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-06-28 01:19:42 -04:00
fix: typo
This commit is contained in:
@ -155,7 +155,7 @@ namespace MyMcRealms.Controllers
|
||||
ErrorResponse errorResponse = new()
|
||||
{
|
||||
ErrorCode = 400,
|
||||
ErrorMsg = "You with lmao"
|
||||
ErrorMsg = "You wish lmao"
|
||||
};
|
||||
|
||||
return BadRequest(errorResponse);
|
||||
|
Reference in New Issue
Block a user