Update Makefile

This commit is contained in:
Uku Taht 2022-03-30 10:26:19 +03:00
parent 7b28debc3d
commit f92e26c68f

View File

@ -21,8 +21,9 @@ postgres-stop:
dummy_event:
curl 'http://localhost:8000/api/event' \
-H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.284' \
-H 'content-type: text/plain' \
-H 'referer: http://dummy-referrer.site' \
-H 'X-Forwarded-For: 127.0.0.1' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.284' \
-H 'Content-Type: text/plain' \
-H 'Referer: http://dummy-referrer.site' \
--data-binary '{"n":"pageview","u":"http://dummy.site","d":"dummy.site","r":null,"w":1666}' \
--compressed