Format ./web/backend/API/API.Core

This commit is contained in:
Aaron Po
2026-06-20 15:14:20 -04:00
parent b54f70ccbe
commit db3ed3581d
6 changed files with 57 additions and 92 deletions

View File

@@ -31,8 +31,8 @@ public class ProtectedController : ControllerBase
new ResponseBody<object>
{
Message = "Protected endpoint accessed successfully",
Payload = new { userId, username }
Payload = new { userId, username },
}
);
}
}
}