FACN1 / PAS-MVP

Park and Sleep helps tourists navigate unconventional cities. Prototype:
https://xd.adobe.com/view/6572db59-ff24-4c55-9db7-3142e15141e5/
3 stars 0 forks source link

Question about routing #28

Closed Karyum closed 7 years ago

Karyum commented 7 years ago

@esraajb right now every request that comes in our server goes into our react router, any advice on how to intercept requests like /api to make our database calls? and still have any other route go to our react router.

Karyum commented 7 years ago

@esraajb so forget about the question we figured it out :maple_leaf:. follow up question: it seems webpack is not bundling our server.js. we assumed this because we cant use import in our server.js file any idea why?

Karyum commented 7 years ago

nevermind we found the answers CHEERS! :maple_leaf: