Add the validate email rpc

This commit is contained in:
2024-03-21 10:20:03 +01:00
parent 2bd603442a
commit 9535487822
2 changed files with 11 additions and 4 deletions

View File

@ -28,7 +28,8 @@ message EnvironmentData {
}
enum Provider {
Hetzner = 0;
PROVIDER_UNSPECIFIED = 0;
PROVIDER_HETZNER = 1;
}
message EnvironmentFull {