plugin: Fixes for CI

This commit is contained in:
Anmol Sethi
2020-11-03 21:53:16 -05:00
parent af73b96313
commit 706bc23f04
4 changed files with 8 additions and 8 deletions

View File

@ -12,6 +12,6 @@ export function router(papi: PluginAPI): express.Router {
router.get("/", async (req, res) => {
res.json(await papi.applications())
})
return router
}