frigate/web-old/src/api/baseUrl.js
Blake Blackshear bdebb99b5a Use new UI (#8983)
* fixup build

* swap frontends
2024-01-31 12:56:11 +00:00

2 lines
103 B
JavaScript

export const baseUrl = `${window.location.protocol}//${window.location.host}${window.baseUrl || '/'}`;