Skip to content

Commit

Permalink
Remove trailing slash (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
hebron-george authored Aug 25, 2024
1 parent da97276 commit e617f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppConstants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// const APIRoot = "http://localhost:8000" // When running locally
const APIRoot = "https://hytw.hebronlab.com/"
const APIRoot = "https://hytw.hebronlab.com"
const appConstants = {
APIEndpoints: {
SHUFFLE: APIRoot + "/shuffle",
Expand Down

0 comments on commit e617f3f

Please sign in to comment.