Fix wrong URL for archive

This commit is contained in:
Mikko Ahlroth 2019-11-03 11:51:20 +02:00
parent d820287e20
commit 166fd07823

View file

@ -1,4 +1,4 @@
const ARCHIVE_BASE_URL = "http://localhost:1971/live";
const ARCHIVE_BASE_URL = "/live";
const PAGE_VIEW_EVENT = "view";