UNPKG
egg-http-proxy
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
proxy middleware plugin for egg
github.com/chunkai1312/egg-http-proxy
chunkai1312/egg-http-proxy
egg-http-proxy
/
app.js
6 lines
(4 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
app
=>
{ app.
config
.
coreMiddleware
.
unshift
(
'httpProxy'
); };