Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Oct 22, 2018
2 parents 7c8b0b7 + 1b7b21a commit f3100d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/casuploadserver/casuploadserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ POST:/upload/[sha1]?signature=[signature]
*/

require('dotenv').config({ path: __dirname+'/../../.env' });
require('dotenv').config({ path: '.env' });

const express = require('express');
const cors = require('cors');
Expand Down

0 comments on commit f3100d0

Please sign in to comment.