plugin.ts: Describe private counterpart functions
Addresses Will's comments.
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user