From a13eaa557576d603496e010f448756eb23239729 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 3 Mar 2022 13:30:52 -0500 Subject: [PATCH] pretty readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aaac139..b12fe22 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,13 @@ freego implementation as a simple REST API. Currently stores no state and has no user authentication, so using it should just be +``` go build ./freego_api +``` +# Implemented routes +``` + POST /game + GET /game/{id} + GET /game/{id}/status +```