Update postinstall.js

This commit is contained in:
frju365 2018-06-19 16:42:46 +02:00 committed by GitHub
parent 0e9764fe39
commit bcf246cbc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
c.params['ddomains'] = data.map(function(dom){return '.'+dom;});
})
.fail(function() {
c.params['ddomains'] = ['.nohost.me', '.noho.st'];
c.params['ddomains'] = ['.nohost.me', '.noho.st', '.ynh.fr'];
})
.always(function() {
c.view('postinstall/postinstall_2', c.params, function() {