novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

commit e744f89936b708a3fc4e1400a073f677636a6bf5
parent b07fa1306792576f147ea60a1d66c83a29759798
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun, 17 Feb 2019 10:44:41 -0500

Wrong path in example for how to change answer.
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -27,7 +27,7 @@ Running locally Your novelty server is ready to go. The answer is currently set to "no". To change the answer to "yes", simply visit -http://larry:EXAMPLE_PASSWORD@localhost:8080/no +http://larry:EXAMPLE_PASSWORD@localhost:8080/yes Running on appspot ===