1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-10-01 21:01:58 +02:00
ntfy/web/src/app/config.js

8 lines
133 B
JavaScript
Raw Normal View History

const config = window.config;
2023-01-05 02:34:22 +01:00
if (config.base_url === "") {
config.base_url = window.location.origin;
}
export default config;