mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
feat: admin ssl - renew cert + toggle redirection btn
This commit is contained in:
@@ -59,10 +59,10 @@ module.exports = async () => {
|
||||
}))
|
||||
|
||||
// ----------------------------------------
|
||||
// Let's Encrypt Challenge
|
||||
// SSL Handlers
|
||||
// ----------------------------------------
|
||||
|
||||
app.use('/', ctrl.letsencrypt)
|
||||
app.use('/', ctrl.ssl)
|
||||
|
||||
// ----------------------------------------
|
||||
// Passport Authentication
|
||||
|
||||
Reference in New Issue
Block a user