Skip to content

Commit

Permalink
Shorten URL endpoint
Browse files Browse the repository at this point in the history
- WARNING: requires a simultaneous update on server side!
- makes no sense to have an additional financeager/ path. It might
already be specified in the base URL/domain
  • Loading branch information
pylipp committed Aug 15, 2019
1 parent 5f45f2d commit 7ba4f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions financeager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from logging import getLogger, StreamHandler, DEBUG, INFO, Formatter, handlers

# versioning information
__version__ = "0.18"
__version__ = "0.19"

#
# Global constants
Expand All @@ -23,7 +23,7 @@
OFFLINE_FILEPATH = os.path.join(DATA_DIR, "offline.json")

# URL endpoints
PERIODS_TAIL = "/financeager/periods"
PERIODS_TAIL = "/periods"
COPY_TAIL = PERIODS_TAIL + "/copy"

# HTTP communication defaults
Expand Down

0 comments on commit 7ba4f93

Please sign in to comment.