mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-06 04:50:40 +00:00
Example Code
This commit is contained in:
@@ -14,6 +14,13 @@ app.get('/', (req, res) => {
|
||||
}, {
|
||||
show: false,
|
||||
msg: 'I\'m hidden :(',
|
||||
}, {
|
||||
show: true,
|
||||
msg: 'I\'m super',
|
||||
comments: [
|
||||
'Amazing!',
|
||||
'No way?'
|
||||
]
|
||||
}],
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user