refs #6451 remove http extension/files
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2023-12-21 13:11:00 +01:00
parent 441b049800
commit 54e88cf588
63 changed files with 0 additions and 23 deletions

View File

@ -1,5 +0,0 @@
GET /api/items/findOne?filter=%7B%22where%22%3A%20%7B%22id%22%3A%201%7D%7D HTTP/1.1
Authorization: {{token}}
Content-Type: application/json
Host: localhost:5000

View File

@ -1,11 +0,0 @@
# @name login
POST /api/VnUsers/sign-in HTTP/1.1
Content-Type: application/json
Host: localhost:3000
Content-Length: 45
{"user":"developer", "password": "nightmare"}

View File

@ -1,7 +0,0 @@
POST /api/VnUsers/sign-in HTTP/1.1
Content-Type: application/json
Host: {{host}}
Content-Length: 45
{"user":"developer", "password": "nightmare"}