From 2742fd7bc38999287b9ee7de9f3b94f8d1ac5cc0 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 8 Feb 2022 15:19:12 -0600 Subject: changed route format in documentation, updated example documentation --- example/lazybones-test-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/lazybones-test-docs.md b/example/lazybones-test-docs.md index e7133f1..12effa8 100644 --- a/example/lazybones-test-docs.md +++ b/example/lazybones-test-docs.md @@ -36,7 +36,7 @@ Dummy login endpoint for returning a session cookie. Always returns the "true" and sends a set-cookie header, setting 'testappsession' to 'coolsessionbro'. -### GET /person/:person person-by-id: +### GET /person/:person: *application/json* Route Variables: @@ -59,7 +59,7 @@ Echo the search parameters in a nice list, but also has a post-body Echo the search parameters in a nice list. -### GET /search/:category to-int: +### GET /search/:category: *text/plain* Route Variables: -- cgit v1.2.3