feat: add Docker support with Dockerfile and docker-compose, update API URLs to use base_url
This commit is contained in:
@@ -5,7 +5,7 @@ info:
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: http://0.0.0.0:8080/api/v1/dashboard
|
||||
url: "{{base_url}}/api/v1/dashboard"
|
||||
auth:
|
||||
type: bearer
|
||||
token: "{{access_token}}"
|
||||
|
||||
Reference in New Issue
Block a user