Skip to content

Commit bdff5a2

Browse files
committed
API-Base-url-changed
1 parent 0a8f33c commit bdff5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastpix/utilis/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BASE_URL = "https://v1.fastpix.io"
1+
BASE_URL = "https://api.fastpix.io/v1"
22

33
import re
44
import uuid

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="fastpix_python",
8-
version="0.1.6",
8+
version="0.1.7",
99
packages=find_packages(),
1010
install_requires=[
1111
"requests>=2.25.0",

0 commit comments

Comments
 (0)