Archived
1
0

routes/apps.ts: Add example output

This commit is contained in:
Anmol Sethi
2020-11-03 21:49:10 -05:00
parent 2a13d003d3
commit af73b96313
2 changed files with 28 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import { PluginAPI } from "../plugin"
/**
* Implements the /api/applications endpoint
*
* See typings/pluginapi.d.ts for details.
*/
export function router(papi: PluginAPI): express.Router {
const router = express.Router()