Skip to content

Commit

Permalink
Merge pull request sclorg#136 from mordicool/patch-2
Browse files Browse the repository at this point in the history
Update server.js - remove fs module
  • Loading branch information
bparees authored Sep 5, 2017
2 parents 253f809 + 64c46cb commit 44abae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// OpenShift sample Node application
var express = require('express'),
fs = require('fs'),
app = express(),
morgan = require('morgan');

Expand Down

0 comments on commit 44abae3

Please sign in to comment.