Commit cc6e8401 authored by andreagerino's avatar andreagerino

...

parent b0f807f8
......@@ -11,8 +11,8 @@ var app = express();
app.use(logger('dev'));
app.use(bodyParser.json());
app.use('/str', storage);
app.use('/svc', services);
app.use('/icarus/str', storage);
app.use('/icarus/svc', services);
// catch 404 and forward to error handler
app.use(function(req, res, next) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment