// import express from 'express' // import cors from "cors"; // import getLanes from './route/getLanes.js' // import getLaneData from './route/getLaneData.js' // const port = 3250 // const app = express() // app.use(express.json()); // app.use(cors({origin: true, credentials: true})); // app.use('/api/v1', getLanes) // app.use('/api/v1', getLaneData) // app.listen(port, ()=>{ // console.log(`Listing on port: ${port}`) // })