Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
pinfo2022-archives
pinfo-group-1
backend
Commits
5f66e0cd
Unverified
Commit
5f66e0cd
authored
2 years ago
by
Hugo Haldi
Browse files
Options
Downloads
Patches
Plain Diff
Update endpoints.http
parent
0722e438
No related branches found
No related tags found
No related merge requests found
Pipeline
#58974
failed
2 years ago
Stage: .pre
Stage: test
Stage: verify
Stage: deploy
Stage: downstream
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/settings.json
+3
-3
3 additions, 3 deletions
.vscode/settings.json
endpoints.http
+1
-5
1 addition, 5 deletions
endpoints.http
with
4 additions
and
8 deletions
.vscode/settings.json
+
3
−
3
View file @
5f66e0cd
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
endpoints.http
+
1
−
5
View file @
5f66e0cd
// 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment