1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 16:46:41 +07:00

add experimental room

This commit is contained in:
Fedor Katurov 2023-10-26 18:38:33 +06:00
parent 0605ceb263
commit 39eb97b777
7 changed files with 309 additions and 7 deletions
src/constants

View file

@ -3,6 +3,7 @@ import { FlowDisplayVariant, INode } from '~/types';
export const URLS = {
BASE: '/',
LAB: '/lab',
ROOM: '/room',
BORIS: '/boris',
AUTH: {
LOGIN: '/auth/login',