changed api endpoints to include /api/v1 for proxy magic
This commit is contained in:
parent
4b2b8e96c1
commit
998ae4295b
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# API base URL
|
# API base URL
|
||||||
API_BASE_URL="http://localhost:8080"
|
API_BASE_URL="http://localhost:8080/api/v1"
|
||||||
|
|
||||||
# Login credentials
|
# Login credentials
|
||||||
USERNAME="boxuser"
|
USERNAME="boxuser"
|
||||||
|
|
Loading…
Reference in New Issue