From 1503d99ab0ae2402c582e5b55dfa0f4f6ecbea01 Mon Sep 17 00:00:00 2001 From: Joe Loewengruber Date: Sun, 7 Aug 2016 18:59:42 -0400 Subject: [PATCH] update index.hbs --- views/index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.hbs b/views/index.hbs index 66fb7fb..8ddc497 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -17,7 +17,7 @@

/applications GET request to /applications to get all the applications

/applications/1234 GET request to /applications/ with a path parameter of '1234' to get a specific application

/garages GET request to /garages to get all the garages

-

/garages/6212/a> GET request to /garages/ with a path parameter of '6212' to get a specific garage

+

/garages/6212 GET request to /garages/ with a path parameter of '6212' to get a specific garage



Browse the Swagger UI