Skip to content
Snippets Groups Projects

Initial POC

Merged Ivanov, Ivan (UG - Computer Science) requested to merge initial into master
2 files
+ 23
76
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
{
{
"userid": "user1",
"userid": "user1",
"url": "http://www.someamazingwebsite.com/1",
"url": "http://www.someamazingwebsite.com/1",
"type": "GET",
"type": "POST",
"timestamp": 1360662163000
"timestamp": 1360662163000
},
},
{
{
@@ -26,7 +26,7 @@
@@ -26,7 +26,7 @@
{
{
"userid": "user2",
"userid": "user2",
"url": "http://www.someamazingwebsite.com/3",
"url": "http://www.someamazingwebsite.com/3",
"type": "GET",
"type": "POST",
"timestamp": 1360462163000
"timestamp": 1360462163000
}
}
]
]
 
\ No newline at end of file
Loading