Skip to content

Commit

Permalink
avoid //
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer committed Mar 1, 2024
1 parent e28ff9a commit 91bc6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felt/gui/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

FELT_API_BASE = "https://felt.com/"
FELT_API_BASE = "https://felt.com"
FELT_API_URL = f'{FELT_API_BASE}/api/v1'
SIGNUP_URL = f'{FELT_API_BASE}/signup'
TOS_URL = f'{FELT_API_BASE}/terms'
Expand Down

0 comments on commit 91bc6da

Please sign in to comment.