Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<p><a href="/applications">/applications</a> <span class="description"><strong>GET</strong> request to /applications to get all the applications</span></p>
<p><a href="/applications/1234">/applications/1234</a> <span class="description"><strong>GET</strong> request to /applications/ with a path parameter of '1234' to get a specific application</span></p>
<p><a href="/garages">/garages</a> <span class="description"><strong>GET</strong> request to /garages to get all the garages</span></p>
<p><a href="/garages/6212">/garages/6212</a> <span class="description"><strong>GET</strong> request to /garages/ with a path parameter of '6212' to get a specific garage</span></p>
<p><a href="/garages/6212">/garages/6212</a> <span class="description"><strong>GET</strong> request to /garages/ with a path parameter of '6212' to get a specific garage configuration</span></p>
<br />
<br />
<p><a href="/docs">Browse the Swagger UI</a></p>
Expand Down