Archived
1
0

plugin.ts: Describe private counterpart functions

Addresses Will's comments.
This commit is contained in:
Anmol Sethi
2020-11-03 21:14:19 -05:00
parent e03bbe3149
commit 139a28e0ea
4 changed files with 20 additions and 5 deletions

View File

@ -1,6 +1,9 @@
import * as express from "express"
import { PluginAPI } from "../plugin"
/**
* Implements the /api/applications endpoint
*/
export function router(papi: PluginAPI): express.Router {
const router = express.Router()