Versions Compared

Key

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

...

Code Block
languagejavascript
titleServe static path
var app = profoundjs.server.app;
var express = profoundjs.server.express;
 
app.get('/angular', 
  profoundjs.server.app.use(profoundjs.server.express.static('../angular')));