mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
small improvements (#4452)
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
a87c66885c
commit
4cb7240f9a
21 changed files with 197 additions and 74 deletions
|
|
@ -2,10 +2,12 @@ export enum RouteEnum {
|
|||
PLAYER = '/player/:name',
|
||||
SERVER = '/server',
|
||||
ROOM = '/room/:roomId',
|
||||
LOGIN = '/',
|
||||
LOGIN = '/login',
|
||||
LOGS = '/logs',
|
||||
GAME = '/game',
|
||||
DECKS = '/decks',
|
||||
DECK = '/deck',
|
||||
ACCOUNT = '/account',
|
||||
ADMINISTRATION = '/administration',
|
||||
REPLAYS = '/replays',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue