mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-12-09 15:15:02 +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