Skip to content

Commit

Permalink
Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyoho committed Sep 19, 2024
1 parent 52da50d commit 46cdbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
var express = require('express');
var morgan = require('morgan');
var compression = require('compression');
const path = require('path');
var app = express();

var user = process.env.USER;
Expand Down

0 comments on commit 46cdbc0

Please sign in to comment.