Pipeline update for act runner cache and registration endpoint name change
This commit is contained in:
@@ -20,8 +20,8 @@ public class MonitoringController : Controller
|
||||
}
|
||||
|
||||
// Registration Endpoint for watcher-agent
|
||||
[HttpPost("registration")]
|
||||
public async Task<IActionResult> Registration([FromBody] RegistrationDto dto)
|
||||
[HttpPost("register")]
|
||||
public async Task<IActionResult> Register([FromBody] RegistrationDto dto)
|
||||
{
|
||||
// payload check
|
||||
if (!ModelState.IsValid)
|
||||
|
||||
Reference in New Issue
Block a user