mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 23:35:26 +00:00
Reinstate url hitcount (#393)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user