Skip to content

Commit

Permalink
Moving constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zlove committed Jun 3, 2022
1 parent 7d872fb commit db9895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blueink/model/constants.py → src/blueink/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEFAULT_BASE_URL = "https://api.blueink.com/api/v2"
ENV_BLUEINK_PRIVATE_API_KEY = 'BLUEINK_PRIVATE_API_KEY'
ENV_BLUEINK_API_URL = 'BLUEINK_API_URL'
ENV_BLUEINK_PRIVATE_API_KEY = "BLUEINK_PRIVATE_API_KEY"
ENV_BLUEINK_API_URL = "BLUEINK_API_URL"

ATTACHMENT_TYPE = Munch(
JPG="jpg",
Expand Down

0 comments on commit db9895d

Please sign in to comment.