Skip to content

Commit

Permalink
fix: settings app
Browse files Browse the repository at this point in the history
needed `ORIGIN` environment variable
  • Loading branch information
eartharoid committed Mar 11, 2023
1 parent 96b5c92 commit be7f431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { join } = require('path');
const { files } = require('node-dir');
const { PermissionsBitField } = require('discord.js');

process.env.ORIGIN = process.env.HTTP_EXTERNAL;

module.exports = async client => {
// oauth2 plugin
Expand Down

0 comments on commit be7f431

Please sign in to comment.