diff --git a/API.md b/API.md index e5eb83f..5e274aa 100644 --- a/API.md +++ b/API.md @@ -2,6 +2,11 @@ Statup includes a RESTFUL API so you can view, update, and edit your services wi ## Main Route `/api` -# `/api/services` Route +## All Services `/api/services` + +## Single Service `/api/services/{id}` + +## All Users `/api/users` + +## Single User `/api/users/{id}` -# `/api/services/{id}` Route \ No newline at end of file