Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Use correct port number
Browse files Browse the repository at this point in the history
  • Loading branch information
EliiseS committed Mar 13, 2020
1 parent f2d718e commit bf62bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/mockapi_samples/config_sample.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@baseURL=http://localhost:8080/
@baseURL=http://localhost:8085/

# Get config values
# @name getConfig
Expand Down
2 changes: 1 addition & 1 deletion docs/mockapi_samples/job_sample.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@baseURL=http://localhost:8080/api/
@baseURL=http://localhost:8085/api/
# Get list of empty jobs
# @name getJobList
GET {{baseURL}}api/2.0/jobs/list
Expand Down
2 changes: 1 addition & 1 deletion docs/mockapi_samples/run_sample.http
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@baseURL=http://localhost:8080/api/
@baseURL=http://localhost:8085/api/
# Get list of empty runs
# @name getRunList
GET {{baseURL}}2.0/jobs/runs/list
Expand Down

0 comments on commit bf62bd9

Please sign in to comment.