Skip to content

Commit e3814eb

Browse files
authored
Update README.md
1 parent ade2e0b commit e3814eb

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)