We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d9760 commit a3630a6Copy full SHA for a3630a6
backend/setup.js
@@ -6,7 +6,6 @@ const userPermissionModel = require('./models/user_permission');
6
const utils = require('./lib/utils');
7
const authModel = require('./models/auth');
8
const settingModel = require('./models/setting');
9
-const dns_plugins = require('./global/certbot-dns-plugins');
10
const certbot = require('./lib/certbot');
11
/**
12
* Creates a default admin users if one doesn't already exist in the database
0 commit comments