1
1
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2025-07-19 17:30:27 -04:00

fix: typo

This commit is contained in:
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);