ShieldX commited on
Commit
2ea621f
·
verified ·
1 Parent(s): 2f0d6e7

Update src/index.js

Browse files
Files changed (1) hide show
  1. src/index.js +1 -1
src/index.js CHANGED
@@ -70,7 +70,7 @@ app.use(passport.initialize());
70
  app.use(passport.session());
71
 
72
  // Routes
73
- app.use('/auth', authRoutes);
74
  app.use('/api/user', userRoutes);
75
  app.use('/api/friends', friendRoutes);
76
 
 
70
  app.use(passport.session());
71
 
72
  // Routes
73
+ app.use('/api/auth', authRoutes);
74
  app.use('/api/user', userRoutes);
75
  app.use('/api/friends', friendRoutes);
76