Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fixing test endpoints from rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Feb 26, 2024
1 parent 645ef7e commit 19ff73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": {
"paths": [
{
"path": "/_plugins/ubl/{store}",
"path": "/_plugins/ubi/{store}",
"parts": {
"store": {
"required": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"url": {
"paths": [
{
"path": "/_plugins/ubl",
"path": "/_plugins/ubi",
"methods": [
"DELETE"
]
},
{
"path": "/_plugins/ubl/{store}",
"path": "/_plugins/ubi/{store}",
"parts": {
"store": {
"required": false,
Expand Down

0 comments on commit 19ff73f

Please sign in to comment.