UNPKG
kongadmin
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.0
0.6.7
0.6.5
0.6.4
0.6.3
0.6.1
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.3
0.1.2
Kong admin GUI
github.com/pantsel/konga
pantsel/konga
kongadmin
/
api
/
controllers
/
KongPluginsController.js
13 lines
(10 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Created by user on 18/06/2017. */
'use strict'
;
var
KongPluginService
=
require
(
'../services/KongPluginService'
);
module
.
exports
= { list :
function
(
req,res
) {
return
KongPluginService
.
richList
(req,res); } }