Skip to content
Snippets Groups Projects
Unverified Commit 5f66e0cd authored by Hugo Haldi's avatar Hugo Haldi
Browse files

Update endpoints.http

parent 0722e438
No related branches found
No related tags found
No related merge requests found
Pipeline #58974 failed
......@@ -11,11 +11,11 @@
"proto": "http",
"path": ""
},
"dev.researchado.ml": {
"hostname": "dev.researchado.ml",
"staging.researchado.ml": {
"hostname": "staging.researchado.ml",
"port": "443",
"proto": "https",
"path": "/url"
"path": "/api"
}
},
"java.configuration.updateBuildConfiguration": "automatic",
......
// variables accessibles via {{var}}.
@hostname = 127.0.0.1
@port = 8080
@proto = http
@host = {{proto}}://{{hostname}}:{{port}}
@host = {{proto}}://{{hostname}}:{{port}}/{{path}}
// test_uuid of john doe user. First post will create
// this user, latter ones will create random uuids.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment