reactjs - Ignore routing for a specific folder -


i have asp.net webapi project , reactjs app stored under <web-root>\app. react app expecting parameter passed in url

http://web-root/app/my-super-parameter.  

how configure routing in asp.net app ignores app folder , calls is? right i'm getting 404 error when calling url.

when creating reactapp use http://localhost:5000/my-super-parameter , works needed. time came deploy production under same website rest project itself.

what's best way accomplish this?

thx


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -