1 Commits

Author SHA1 Message Date
4b9803cf66 Add ip for auditing
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-27 21:33:59 -04:00

View File

@@ -12,6 +12,7 @@ message APIValidationRequest {
string Service = 1;
string Permission = 2;
string Key = 3;
string IP = 4;
}
message APIValidationResponse {