Skip to content

Commit

Permalink
Fix http-server filename (#559)
Browse files Browse the repository at this point in the history
* Fix filename for running the http-server example

* Generate the fixed HTML
  • Loading branch information
mfurak authored Nov 4, 2024
1 parent 81ec07e commit bc680ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/http-server/http-server.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run the server in the background.
$ go run http-servers.go &
$ go run http-server.go &

# Access the `/hello` route.
$ curl localhost:8090/hello
Expand Down
2 changes: 1 addition & 1 deletion public/http-server

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc680ed

Please sign in to comment.