Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SpeakEzy_Frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thisara Kavinda
SpeakEzy_Frontend
Commits
8c35cf5b
Commit
8c35cf5b
authored
Mar 16, 2024
by
Thisara Kavinda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: join rooms issue
parent
d20478b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitignore
.gitignore
+3
-1
src/App.tsx
src/App.tsx
+1
-1
No files found.
.gitignore
View file @
8c35cf5b
...
@@ -32,4 +32,6 @@ typings/
...
@@ -32,4 +32,6 @@ typings/
*.tgz
*.tgz
# Yarn Integrity file
# Yarn Integrity file
.yarn-integrity
.yarn-integrity
\ No newline at end of file
build/
\ No newline at end of file
src/App.tsx
View file @
8c35cf5b
...
@@ -13,7 +13,7 @@ function App() {
...
@@ -13,7 +13,7 @@ function App() {
<
Box
className=
'App'
>
<
Box
className=
'App'
>
<
Routes
>
<
Routes
>
<
Route
path=
'/'
element=
{
<
VideoCall
/>
}
/>
<
Route
path=
'/'
element=
{
<
VideoCall
/>
}
/>
<
Route
path=
'/:
roomName
'
element=
{
<
VideoCall
/>
}
/>
<
Route
path=
'/:
channel
'
element=
{
<
VideoCall
/>
}
/>
</
Routes
>
</
Routes
>
</
Box
>
</
Box
>
</
ThemeProvider
>
</
ThemeProvider
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment