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-17 17:15:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3903a36a150b9576cbe2162921ee8d1646b974d
a3903a36
1 parent
4b64fefa
update Routing
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
front/src/Routes/Router.js
front/src/Routes/Router.js
View file @
a3903a3
...
...
@@ -6,7 +6,11 @@ import Home from "../Components/Home";
const
LoggedInRoutes
=
()
=>
(
<>
<
Route
exact
path
=
"/Home"
component
=
{
Home
}
/
>
<
Route
exact
path
=
"/"
component
=
{
Home
}
/
>
<
Route
exact
path
=
"/OTOChat"
component
=
{
Home
}
/
>
<
Route
exact
path
=
"/RandomChat"
component
=
{
Home
}
/
>
<
Route
exact
path
=
"/CategoryChat"
component
=
{
Home
}
/
>
<
Route
exact
path
=
"/Profile"
component
=
{
Home
}
/
>
<
/
>
);
...
...
Please
register
or
login
to post a comment