8080
This commit is contained in:
parent
a2dfb17586
commit
68ba9465b0
3 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue