Skip to content

Commit

Permalink
fix: update generate sample data url
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Dec 13, 2023
1 parent 2259ca0 commit 21d20e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/HyperSwitch/APIUtils/APIUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ let getURL = (
`${HSwitchGlobalVars.hyperSwitchApiPrefix}/recon/${(reconType :> string)->Js.String2.toLowerCase}`
| GENERATE_SAMPLE_DATA =>
switch methodType {
| Post => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/user/sample_data/generate`
| Post => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/user/sample_data`

| Delete => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/user/sample_data/delete`
| Delete => `${HSwitchGlobalVars.hyperSwitchApiPrefix}/user/sample_data`

| _ => ""
}
Expand Down

0 comments on commit 21d20e4

Please sign in to comment.