add URL endpoint for the account
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
6efd6857fa
commit
a91aa83df1
|
@ -13,6 +13,7 @@ message Account {
|
|||
string signupTime = 9;
|
||||
string signupBrowser = 10;
|
||||
repeated HttpHeader httpHeaders = 11;
|
||||
string URL = 12;
|
||||
|
||||
message HttpHeader {
|
||||
string name = 1;
|
||||
|
|
Loading…
Reference in New Issue