- example commit

This commit is contained in:
Porras-Bernardez 2024-04-10 09:42:48 +02:00
parent e997c0e1a1
commit b570e364b9

View File

@ -15,7 +15,7 @@ const host = window.location.host;
const parts = host.split(".");
// const domainLength = 2; // route1.example.com => domain length = 3
let router, app;
// let routes;
// exmample change
if (parts[0] === "doi") {
router = route1;
app = App2;