Skip to content

Commit 954bbd2

Browse files
committed
Merge branches 'develop' and 'master' of https://github.com/go-rs/rest-api-framework into develop
2 parents 6cc6c4c + e3814eb commit 954bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ api.Error("UNAUTHORIZED", func(ctx *rest.Context) {
5454
5555
fmt.Println("Starting server.")
5656
57-
http.ListenAndServe(":8080", api)
57+
http.ListenAndServe(":8080", &api)
5858
```
5959

6060
##### Powered by

0 commit comments

Comments
 (0)