1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Move vadliadtions and forisUrls to utils.

This commit is contained in:
Bogdan Bodnar
2020-03-13 20:56:33 +01:00
parent 3c7a67783f
commit 02b5583712
8 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
/* eslint no-console: "off" */
import { ForisURLs } from "../forisUrls";
import { ForisURLs } from "../utils/forisUrls";
const PROTOCOL = window.location.protocol === "http:" ? "ws" : "wss";