Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshaypareek01 committed Oct 3, 2023
1 parent ce8e053 commit 52745e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ app.use("/api/cpo/",verifyToken,cpoUserRouter)
app.use("/api/chargers/",verifyToken,ChargerRouter)
app.use("/api/stations/",verifyToken,StaionRouter)
app.use("/api/customers/",verifyToken,CustomersRouter)

app.use("/api/customers4/",verifyToken,CustomersRouter)
const PORT=8000;
server.listen(PORT,()=>{
try{
Expand Down

0 comments on commit 52745e2

Please sign in to comment.