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 a887597 commit e89c5d4Copy full SHA for e89c5d4
server.js
@@ -22,7 +22,7 @@ app.get('/', function(req, res) {
22
});
23
24
app.get('/.well-known/acme-challenge/:content', function(req, res) {
25
- res.send('84GNdBiPidL6EebGQg_bf5hKqRv0OppOLWqdFLyZErM.pX3nIJ5LXz_lhJIvv5mulPtJHkgBkw_tAvnorI3vKBs')
+ res.send('k54NeDklsRVm_YiY58U1MfCgIHd3gwzmpPLdiAzMGFk.pX3nIJ5LXz_lhJIvv5mulPtJHkgBkw_tAvnorI3vKBs')
26
})
27
28
app.listen(port, function() {
0 commit comments