1.0.0
This commit is contained in:
parent
b493eb540d
commit
5713caf20f
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# angel_proxy
|
||||
|
||||

|
||||

|
||||
[](https://pub.dartlang.org/packages/angel_proxy)
|
||||
[](https://travis-ci.org/angel-dart/proxy))
|
||||
|
||||
Angel middleware to forward requests to another server (i.e. pub serve).
|
||||
Based on [this repo](https://github.com/agilord/http_request_proxy).
|
||||
|
|
|
@ -56,7 +56,7 @@ class ProxyLayer {
|
|||
_prefix = publicPath.replaceAll(_straySlashes, '');
|
||||
}
|
||||
|
||||
call(AngelBase app) async => serve(app);
|
||||
call(Angel app) async => serve(app);
|
||||
|
||||
_printDebug(msg) {
|
||||
if (debug == true) print(msg);
|
||||
|
|
Loading…
Reference in a new issue