Browse Source

Remove unneeded fs and path modules

pull/11/head
Jack Foltz 6 years ago
parent
commit
f64fb3526b
Signed by: foltik <jack@foltz.io> GPG Key ID: 303F88F996E95541
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      app/routes/auth.js

+ 0
- 3
app/routes/auth.js View File

@@ -1,6 +1,3 @@
var fs = require('fs');
var path = require('path');

var express = require('express');
var router = express.Router();



Loading…
Cancel
Save