Commit dc99e826 by Ooh-Ao

equitement api

parent 2ef7f920
......@@ -16,7 +16,7 @@ app.use(cors({
app.use(express.json());
app.use('/api/users', userRoutes);
app.use('/api/auth', authRoutes);
app.use('/equipments', equipmentRoutes);
app.use('/api/equipments', equipmentRoutes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment