We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3809b8d commit 4f50b5eCopy full SHA for 4f50b5e
1 file changed
api/tests/scripts/pipe_test_script.py
@@ -13,7 +13,7 @@
13
14
# Parse command line arguments
15
parser = argparse.ArgumentParser(description='Test the PIPE Queue Service')
16
-parser.add_argument('--base-url', default='https://api.photonranch.org/dev',
+parser.add_argument('--base-url', default='https://api.photonranch.org/api',
17
help='Base URL for the API (default: https://api.photonranch.org/api)')
18
parser.add_argument('--verbose', '-v', action='store_true',
19
help='Enable verbose output')
0 commit comments