mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-06 04:50:40 +00:00
switched to npm package
This commit is contained in:
@@ -3,7 +3,7 @@ const app = express()
|
||||
|
||||
app.set('views', `${__dirname}/views`)
|
||||
app.set('view engine', 'html')
|
||||
app.engine('html', require('../../dist/cometa').__express)
|
||||
app.engine('html', require('cometa').__express)
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.render('index', {
|
||||
|
Reference in New Issue
Block a user