This commit is contained in:
2025-06-27 22:17:30 -04:00
parent 5b12236c59
commit cd767e3390

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 {