add case for non-id'd bot-join route

This commit is contained in:
41666 2021-03-14 15:28:36 -04:00
parent 2aeb05dba3
commit 0f00916adb

View file

@ -32,6 +32,7 @@ export const AppRouter = () => {
<RouteWrapper component={MachineryNewSession} path="/machinery/new-session" />
<RouteWrapper component={MachineryLogout} path="/machinery/logout" />
<RouteWrapper component={MachineryBotJoin} path="/machinery/bot-join" />
<RouteWrapper component={MachineryBotJoin} path="/machinery/bot-join/:serverID" />
<RouteWrapper component={AuthLogin} path="/auth/login" />