Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
eue
5077b0176c3716015d9fcddb568d0487771b5c94
5077b0176c3716015d9fcddb568d0487771b5c94
Switch branch/tag
eue
server
src
routes.js
Find file
Normal view
History
Permalink
routes.js
77 Bytes
Edit
Web IDE
Newer
Older
First Commit.
KangMin An
committed
Jan 24, 2021
1
2
3
4
5
6
7
const
HOME
=
"
/
"
;
const
routes
=
{
home
:
HOME
,
};
export
default
routes
;