add URL endpoint for the account

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-25 23:57:26 -07:00
parent 6efd6857fa
commit a91aa83df1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ message Account {
string signupTime = 9; string signupTime = 9;
string signupBrowser = 10; string signupBrowser = 10;
repeated HttpHeader httpHeaders = 11; repeated HttpHeader httpHeaders = 11;
string URL = 12;
message HttpHeader { message HttpHeader {
string name = 1; string name = 1;