Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
titleServer Serve static path
profoundjs.server.app.get('/angular', 
  profoundjs.server.app.use(profoundjs.server.express.static('../angular')));