This commit is contained in:
thosakwe 2016-11-23 17:08:22 -05:00
parent a2dfb17586
commit 68ba9465b0
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# angel_proxy
![version 1.0.0-dev](https://img.shields.io/badge/version-1.0.0--dev-red.svg)
![version 1.0.0-dev+1](https://img.shields.io/badge/version-1.0.0--dev+1-red.svg)
![build status](https://travis-ci.org/angel-dart/proxy.svg?branch=master)
Angel middleware to forward requests to another server (i.e. pub serve).

View file

@ -7,7 +7,7 @@ class PubServeLayer extends ProxyLayer {
{bool debug: false,
String host: 'localhost',
String mapTo: '/',
int port: 8888,
int port: 8080,
String publicPath: '/'})
: super(host, port, debug: debug, mapTo: mapTo, publicPath: publicPath);

View file

@ -1,6 +1,6 @@
name: angel_proxy
description: Angel middleware to forward requests to another server (i.e. pub serve).
version: 1.0.0-dev
version: 1.0.0-dev+1
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/proxy
environment: