aa
All checks were successful
Gitea CI/CD / dotnet-build-and-test (push) Successful in 10m4s
Gitea CI/CD / Set Tag Name (push) Successful in 5s
Gitea CI/CD / docker-build-and-push (push) Successful in 11m22s
Gitea CI/CD / Create Tag (push) Successful in 6s

This commit is contained in:
2026-01-09 18:09:43 +01:00
parent 4523867a61
commit a2c6071960
7 changed files with 98 additions and 26 deletions

View File

@@ -7,5 +7,7 @@ namespace watcher_monitoring.Payloads;
public class RegistrationDto
{
[Required]
public required string IpAddress { get; set; }
public required string ipAddress { get; set; }
public required string hostName { get; set; }
}