controltower
Advanced tools
Comparing version 0.15.3 to 0.15.4
{ | ||
"name": "controltower", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0", |
@@ -146,3 +146,3 @@ 'use strict'; | ||
const rootView = homeView; | ||
app.router([['/', rootView], ['/controltower', rootView], ['/home', homeView], ['/channels', channelsView], ['/ecommerce', ecommerceView], ['/intents', intentsView], ['/replies', repliesView], ['/mutedChats', mutedChatsView], ['/admins', adminsView], ['/invite', invitationView], ['/debug', debugView]]); | ||
app.router([['/', rootView], ['/controltower', rootView], ['/controltower/', rootView], ['/home', homeView], ['/channels', channelsView], ['/ecommerce', ecommerceView], ['/intents', intentsView], ['/replies', repliesView], ['/mutedChats', mutedChatsView], ['/admins', adminsView], ['/invite', invitationView], ['/debug', debugView]]); | ||
@@ -149,0 +149,0 @@ const tree = app.start(); |
126159