1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-19 16:02:51 -04:00

fix: typo

This commit is contained in:
CyberL1 2024-09-08 21:13:06 +02:00
parent 49bb02f3cf
commit 27f9435a6a

View File

@ -155,7 +155,7 @@ namespace MyMcRealms.Controllers
ErrorResponse errorResponse = new()
{
ErrorCode = 400,
ErrorMsg = "You with lmao"
ErrorMsg = "You wish lmao"
};
return BadRequest(errorResponse);