(req, res)
| 247 | } |
| 248 | |
| 249 | function testRenderExternal(req, res) { |
| 250 | res.render('admin/plugins/nodebb-plugin-recent-cards/tests/external', { |
| 251 | forumURL: nconf.get('url'), |
| 252 | }); |
| 253 | } |
| 254 | |
| 255 | async function renderAdmin(req, res) { |
| 256 | res.render('admin/plugins/recentcards', { |
nothing calls this directly
no outgoing calls
no test coverage detected