diff --git a/README.md b/README.md index 4ad88311..f79781c4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # angel_proxy -![version 1.0.0-dev+6](https://img.shields.io/badge/version-1.0.0--dev+6-red.svg) -![build status](https://travis-ci.org/angel-dart/proxy.svg?branch=master) +[![version 1.0.0](https://img.shields.io/badge/version-1.0.0-brightgreen.svg)](https://pub.dartlang.org/packages/angel_proxy) +[![build status](https://travis-ci.org/angel-dart/proxy.svg?branch=master)](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). diff --git a/lib/src/proxy_layer.dart b/lib/src/proxy_layer.dart index b54db36e..444180ab 100644 --- a/lib/src/proxy_layer.dart +++ b/lib/src/proxy_layer.dart @@ -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);