changed api endpoints to include /api/v1 for proxy magic

This commit is contained in:
Steve White 2024-10-21 11:28:30 -05:00
parent 4b2b8e96c1
commit 998ae4295b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# API base URL
API_BASE_URL="http://localhost:8080"
API_BASE_URL="http://localhost:8080/api/v1"
# Login credentials
USERNAME="boxuser"