Skip to content

Commit

Permalink
updated mock
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren-mieczkowski committed Jan 2, 2024
1 parent 2ebf61d commit 888a1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ mock.onPut("/api/devices").reply(({ data }) => [200, data]);

// Oracle
mock
.onPost("/oracle")
.onPost("https://afd0e01f0d9594dc5adbd0350e4454c7-1214440607.us-east-1.elb.amazonaws.com:9000/oracle")
.reply(({ data }) => [201, { ...JSON.parse(data), id: generateId() }]);

0 comments on commit 888a1d5

Please sign in to comment.