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

@@ -24,4 +24,4 @@ public class NotFoundController : ControllerBase
{
return NotFound(new { message = "Route not found." });
}
}
}