Update server.js
No need for fs module here
This commit is contained in:
parent
253f8095a9
commit
64c46cb6ee
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
// OpenShift sample Node application
|
// OpenShift sample Node application
|
||||||
var express = require('express'),
|
var express = require('express'),
|
||||||
fs = require('fs'),
|
|
||||||
app = express(),
|
app = express(),
|
||||||
morgan = require('morgan');
|
morgan = require('morgan');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue