diff --git a/memegen/proto/memegen.proto b/memegen/proto/memegen.proto index d793a85..059752b 100644 --- a/memegen/proto/memegen.proto +++ b/memegen/proto/memegen.proto @@ -48,6 +48,7 @@ message TemplatesResponse { repeated Template templates = 1; } +// Generate a meme using a template message GenerateRequest { // the template id to use string id = 1;