Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-18 11:14:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
76db54f0d3a67804f40de30f8755850013b7dc2b
76db54f0
1 parent
98eee5d8
update routes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front/src/Routes/Router.js
front/src/Routes/Router.js
View file @
76db54f
...
...
@@ -7,7 +7,7 @@ import OTOChat from "./OTOChat/OTOChatContainer";
const
LoggedInRoutes
=
()
=>
(
<>
<
Route
path
=
"/Home
"
component
=
{
Home
}
/
>
<
Route
exact
path
=
"/
"
component
=
{
Home
}
/
>
<
Route
path
=
"/OTOChat"
component
=
{
OTOChat
}
/
>
<
Route
path
=
"/RandomChat"
component
=
{
Home
}
/
>
<
Route
path
=
"/CategoryChat"
component
=
{
Home
}
/
>
...
...
Please
register
or
login
to post a comment