Skip to content

Commit

Permalink
Update animl-api endpoint for staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Apr 20, 2024
1 parent 7b28c53 commit 3234c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const API_URLS = {
development: 'https://ko0yratczi.execute-api.us-west-2.amazonaws.com/dev/external',
staging: 'https://7bs5tmbd8e.execute-api.us-west-2.amazonaws.com/dev/external',
staging: 'https://ko0yratczi.execute-api.us-west-2.amazonaws.com/dev/external',
production: 'https://4634jgo56f.execute-api.us-west-2.amazonaws.com/prod/external/',
};

Expand Down

0 comments on commit 3234c45

Please sign in to comment.