Skip to content

Commit

Permalink
fix prod endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pcournut committed Jun 30, 2023
1 parent 0d6bf12 commit 8072468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const devEndpoint = "https://kento.events/version-test/api/1.1/";
const prodEndpoint = "https://kento.events/version-test/api/1.1/";
const prodEndpoint = "https://kento.events/api/1.1/";
export { devEndpoint, prodEndpoint };

0 comments on commit 8072468

Please sign in to comment.