mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	Fixes build issues due to globally used file
This commit is contained in:
		| @@ -4,7 +4,7 @@ const App              = require('../../main'); | ||||
| const CertificateModel = require('../../../models/certificate'); | ||||
| const template         = require('./form.ejs'); | ||||
| const i18n             = require('../../i18n'); | ||||
| const dns_providers    = require('../../../../../utils/certbot-dns-plugins'); | ||||
| const dns_providers    = require('../../../../../global/certbot-dns-plugins'); | ||||
|  | ||||
| require('jquery-serializejson'); | ||||
| require('selectize'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user