pull SSL certs via API
This commit is contained in:
@@ -40,6 +40,9 @@ app.use('/api/user', middleware.auth, require('./routes/user'));
|
||||
// API routes for working with hosts. All endpoints need to be have valid user.
|
||||
app.use('/api/host', middleware.auth, require('./routes/host'));
|
||||
|
||||
// API routes for working with hosts. All endpoints need to be have valid user.
|
||||
app.use('/api/cert', middleware.auth, require('./routes/cert'));
|
||||
|
||||
app.controler = {
|
||||
host: require('./controler/host')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user