Skip to content

Commit

Permalink
[MODORSERS-1026] - Fixed Setting api
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Apr 4, 2024
1 parent 61f892f commit adfc40c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private ResourcePathResolver() {
apis.put(EXPORT_HISTORY, "/orders-storage/export-history");
apis.put(TAGS, "/tags");
apis.put(USERS, "/users");
apis.put(ORDER_SETTINGS, "/order-storage/settings");
apis.put(ORDER_SETTINGS, "/orders-storage/settings");
apis.put(ROUTING_LISTS, "/orders-storage/routing-lists");

SUB_OBJECT_COLLECTION_APIS = Collections.unmodifiableMap(apis);
Expand Down

0 comments on commit adfc40c

Please sign in to comment.