Skip to content

Commit ebb68b7

Browse files
authored
Axe (#20)
1 parent 43a523c commit ebb68b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you have [Micro](https://github.com/micro/micro) installed, you can run all s
9898
micro run
9999
```
100100

101-
Browse to [http://localhost:8080](http://localhost:8080)
101+
Browse to [http://localhost:8081](http://localhost:8081)
102102

103103
## API Endpoints
104104

web/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ func main() {
672672
// create a new web app
673673
app := web.NewService(
674674
web.Name("blog"),
675-
web.Address(":42096"),
675+
web.Address(":8081"),
676676
web.MicroService(service),
677677
web.Handler(router.Handler()),
678678
)

0 commit comments

Comments
 (0)