Reinstate url hitcount (#393)

This commit is contained in:
Dominic Wong
2022-03-01 16:41:31 +00:00
committed by GitHub
parent 215473f871
commit 282ce31d13
5 changed files with 86 additions and 43 deletions

View File

@@ -28,6 +28,8 @@ message URLPair {
string shortURL = 2;
// time of creation
string created = 4;
// The number of times the short URL has been resolved
int64 hit_count = 5;
}
// List all the shortened URLs