-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
matcher: Update matcher client to match server definition
The matcher client is currently creating requests to the matcher component with a trailing slash, which for the read operations doesn't match what the server is expecting. ie. GET /matcher/api/v1/internal/update_operation/. This removes the trailing slash from both URL paths that the matcher client is requesting. And adds a dedicated path variable for deleting update_operations. Signed-off-by: crozzy <joseph.crosland@gmail.com>
- Loading branch information
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters