1 Commits

Author SHA1 Message Date
cd767e3390 Typo
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-27 22:17:30 -04:00

View File

@@ -13,7 +13,7 @@ message APIValidationRequest {
string Permission = 2; string Permission = 2;
string Key = 3; string Key = 3;
string IP = 4; string IP = 4;
string Resouce = 5; string Resource = 5;
} }
message APIValidationResponse { message APIValidationResponse {