jitsi-meet-electron/app/features/router/history.js
Akshit Kr Nagpal d73f80e7bf Refactor handling of domain
Use the concept of a "server URL", since it's URLs we are dealing with,
not actul domains.
2018-06-25 16:40:43 +02:00

6 lines
107 B
JavaScript

// @flow
import { createMemoryHistory as createHistory } from 'history';
export default createHistory();