Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flohansen committed Jun 12, 2024
1 parent 03da336 commit 44af377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ go run cmd/main.go

## API Paths
`GET` `/api/v1/features`: Get all features stored by the server \
`POST` `/api/v1/features`: Create or update feature
`POST` `/api/v1/features`: Create or update feature \
`DELETE` `/api/v1/features/{featureID}`: Delete feature

0 comments on commit 44af377

Please sign in to comment.