This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
xuyiping
/
kpt-system-web
Suivre
1
Voter
1
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6c675bbd60
Branches
Tags
develop
feature/mqtt
master
kpt-system-web
/
mock
/
api
/
index.ts
index.ts
93 B
Historique
Raw
1
2
3
4
import auth from './auth';
import route from './route';
export default [...auth, ...route];