Update Makefile

This commit is contained in:
Uku Taht 2022-03-30 10:25:12 +03:00
parent 8719865a41
commit 7b28debc3d

View File

@ -21,15 +21,8 @@ postgres-stop:
dummy_event:
curl 'http://localhost:8000/api/event' \
-H 'authority: localhost:8000' \
-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 'accept: */*' \
-H 'origin: http://dummy.site' \
-H 'sec-fetch-site: cross-site' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-dest: empty' \
-H 'referer: http://dummy.site' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'referer: http://dummy-referrer.site' \
--data-binary '{"n":"pageview","u":"http://dummy.site","d":"dummy.site","r":null,"w":1666}' \
--compressed