mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-28 09:48:13 -07:00
Basic EXTJWT support
This commit is contained in:
committed by
Shivaram Lingamneni
parent
6ff6225c1e
commit
0bbb5d121d
@@ -130,6 +130,10 @@ func init() {
|
||||
minParams: 1,
|
||||
oper: true,
|
||||
},
|
||||
"EXTJWT": {
|
||||
handler: extjwtHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"HELP": {
|
||||
handler: helpHandler,
|
||||
minParams: 0,
|
||||
|
||||
Reference in New Issue
Block a user