Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jun 28, 2022
1 parent badd7eb commit 6031aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions url/proto/url.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ service Url {
rpc Delete(DeleteRequest) returns (DeleteResponse) {}
}

// Delete a URL
message DeleteRequest {
string shortURL = 1;
}
Expand Down

0 comments on commit 6031aa1

Please sign in to comment.