ISG-ICS / Wildfires

7 stars 4 forks source link

[Frontend] Removing Angular server #7

Closed AC-Unicorn closed 5 years ago

AC-Unicorn commented 5 years ago

This is a fix for issue #3 I've made two changes to codebase in this PR

  1. Converting frontend to static files, and copy them into the static folder of backend
  2. Change backend server port from 2334 to 2333
Yicong-Huang commented 5 years ago

The change does not work on server when deployed.

it shows

"GET /sockjs-node/info?t=1570803142472 HTTP/1.1" 404 -

error.

Yicong-Huang commented 5 years ago

also please use this repo to make PR instead of your forked one. I find it hard to test since I need to change repo? or if you know a better way to test?