Archived
1
0

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
}

View File

@ -16,6 +16,7 @@ import { PluginAPI } from "../plugin"
import { getMediaMime, paths } from "../util"
import { WebsocketRequest } from "../wsRouter"
import * as domainProxy from "./domainProxy"
import * as apps from "./apps"
import * as health from "./health"
import * as login from "./login"
import * as proxy from "./pathProxy"
@ -23,7 +24,6 @@ import * as proxy from "./pathProxy"
import * as _static from "./static"
import * as update from "./update"
import * as vscode from "./vscode"
import * as apps from "./apps"
declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace