mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 22:13:52 +08:00
plugin: Fixes for CI
This commit is contained in:
@ -12,6 +12,6 @@ export function router(papi: PluginAPI): express.Router {
|
||||
router.get("/", async (req, res) => {
|
||||
res.json(await papi.applications())
|
||||
})
|
||||
|
||||
|
||||
return router
|
||||
}
|
||||
|
Reference in New Issue
Block a user