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: 2 additions & 0 deletions adr/2022-07-21-api-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Now we need a new path scheme to implement the versions. Additionally, each API

## Chosen Solution

- `/service/api/vX/`

## Pro / Contra Possible Solutions
- `/api/service/vX/`
- version is added but the scheme is a bit strange because we have the `service` between `api` and `vX`.
Expand Down