mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-14 10:28:21 -05:00
fix: typo
This commit is contained in:
parent
49bb02f3cf
commit
27f9435a6a
@ -155,7 +155,7 @@ namespace MyMcRealms.Controllers
|
||||
ErrorResponse errorResponse = new()
|
||||
{
|
||||
ErrorCode = 400,
|
||||
ErrorMsg = "You with lmao"
|
||||
ErrorMsg = "You wish lmao"
|
||||
};
|
||||
|
||||
return BadRequest(errorResponse);
|
||||
|
Loading…
Reference in New Issue
Block a user