- example commit
This commit is contained in:
parent
e997c0e1a1
commit
b570e364b9
|
@ -15,7 +15,7 @@ const host = window.location.host;
|
||||||
const parts = host.split(".");
|
const parts = host.split(".");
|
||||||
// const domainLength = 2; // route1.example.com => domain length = 3
|
// const domainLength = 2; // route1.example.com => domain length = 3
|
||||||
let router, app;
|
let router, app;
|
||||||
// let routes;
|
// exmample change
|
||||||
if (parts[0] === "doi") {
|
if (parts[0] === "doi") {
|
||||||
router = route1;
|
router = route1;
|
||||||
app = App2;
|
app = App2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user