mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
add case for non-id'd bot-join route
This commit is contained in:
parent
2aeb05dba3
commit
0f00916adb
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue