mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Removed API setup trailing slash from documentation
This was a typo since all endpoints don't use trailing slashes. Issue: 333 Milestone: patch
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ Used for new device setup (auto-provisioning) only. The device still hit this en
|
||||
====
|
||||
[source,bash]
|
||||
----
|
||||
curl "https://localhost:2443/api/setup/" \
|
||||
curl "https://localhost:2443/api/setup" \
|
||||
-H 'ID: <redacted>' \
|
||||
-H 'Content-Type: application/json'
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user