refs #6451 feat: replace localhost by URL variable

This commit is contained in:
Javier Segarra 2024-01-22 10:17:14 +01:00
parent 42c622223e
commit 962f0bbe7d
66 changed files with 136 additions and 136 deletions

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 url: {{URL}}/api/Suppliers/2/getItemsPackaging?entry=1
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/chats/getServiceAuth url: {{URL}}/api/chats/getServiceAuth
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/chats/send?to=@joan&message=Test message url: {{URL}}/api/chats/send?to=@joan&message=Test message
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
patch { patch {
url: http://localhost:5000/api/clients/1101 url: {{URL}}/api/clients/1101
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/clients/findOne?filter={"where": {"id": 1101}} url: {{URL}}/api/clients/findOne?filter={"where": {"id": 1101}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/clients?filter={} url: {{URL}}/api/clients?filter={}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/clients/consumption-send-queued url: {{URL}}/api/clients/consumption-send-queued
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/Collections/3/getTickets?print=false url: {{URL}}/api/Collections/3/getTickets?print=false
body: multipartForm body: multipartForm
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/collections?filter={"where": {"id": 1}} url: {{URL}}/api/collections?filter={"where": {"id": 1}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
patch { patch {
url: http://localhost:5000/api/tickets/1 url: {{URL}}/api/tickets/1
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/items/findOne?filter={"where": {"id": 1}} url: {{URL}}/api/items/findOne?filter={"where": {"id": 1}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/items?filter={} url: {{URL}}/api/items?filter={}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/edis/updateData url: {{URL}}/api/edis/updateData
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Shelvings?filter={"where":{"code":"BBB"}} url: {{URL}}/api/Shelvings?filter={"where":{"code":"BBB"}}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/Entries/addFromPackaging?supplier=1&isTravelReception=false url: {{URL}}/api/Entries/addFromPackaging?supplier=1&isTravelReception=false
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 url: {{URL}}/api/Suppliers/2/getItemsPackaging?entry=1
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 url: {{URL}}/api/Suppliers/2/getItemsPackaging?entry=1
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 url: {{URL}}/api/Suppliers/2/getItemsPackaging?entry=1
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 url: {{URL}}/api/Suppliers/2/getItemsPackaging?entry=1
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/items/setVisibleDiscard url: {{URL}}/api/items/setVisibleDiscard
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/items/setVisibleDiscard url: {{URL}}/api/items/setVisibleDiscard
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
patch { patch {
url: http://localhost:5000/api/tickets/1 url: {{URL}}/api/tickets/1
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/items/findOne?filter={"where": {"id": 1}} url: {{URL}}/api/items/findOne?filter={"where": {"id": 1}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/items?filter={} url: {{URL}}/api/items?filter={}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/ItemBarCodes/1111111111/toItem url: {{URL}}/api/ItemBarCodes/1111111111/toItem
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
delete { delete {
url: http://localhost:5000/api/ItemBarCodes?filter={"where": {"itemFk": 1,"code":"ASDDD"}} url: {{URL}}/api/ItemBarCodes?filter={"where": {"itemFk": 1,"code":"ASDDD"}}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/itemImageQueues/download url: {{URL}}/api/itemImageQueues/download
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/itemImageQueues url: {{URL}}/api/itemImageQueues
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/ItemPackingTypes?filter={"where": {"isActive": true}} url: {{URL}}/api/ItemPackingTypes?filter={"where": {"isActive": true}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/itemShelvings/update?where={"id": {"inq": [1,3]}} url: {{URL}}/api/itemShelvings/update?where={"id": {"inq": [1,3]}}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/ShelvingLogs?filter={"include":[{"relation":"user","scope":{"fields":["name"]}}],"where":{"originFk":"5"}} url: {{URL}}/api/ShelvingLogs?filter={"include":[{"relation":"user","scope":{"fields":["name"]}}],"where":{"originFk":"5"}}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Shelvings?filter={"where":{"code":"BBB"}} url: {{URL}}/api/Shelvings?filter={"where":{"code":"BBB"}}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Suppliers/2/getItemsPackaging?entry=1 url: {{URL}}/api/Suppliers/2/getItemsPackaging?entry=1
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/tickets/delivery-note?filter={"where": {"id": 1}} url: {{URL}}/api/tickets/delivery-note?filter={"where": {"id": 1}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/TicketObservations/1 url: {{URL}}/api/TicketObservations/1
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/ticketStates?filter={"where": {"workerFk": 100},"limit": 5} url: {{URL}}/api/ticketStates?filter={"where": {"workerFk": 100},"limit": 5}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/packingSiteAdvanceds url: {{URL}}/api/packingSiteAdvanceds
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
patch { patch {
url: http://localhost:5000/api/items/1 url: {{URL}}/api/items/1
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/tickets/1/client?filter={"where": {"id": 1}} url: {{URL}}/api/tickets/1/client?filter={"where": {"id": 1}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/tickets/findOne?filter={"where": {"id": 1}} url: {{URL}}/api/tickets/findOne?filter={"where": {"id": 1}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/tickets/saveSign?tickets= url: {{URL}}/api/tickets/saveSign?tickets=
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/tickets?filter={"where": {"id": 1}} url: {{URL}}/api/tickets?filter={"where": {"id": 1}}
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/tickets?filter={} url: {{URL}}/api/tickets?filter={}
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/ExpeditionStates/addExpeditionState url: {{URL}}/api/ExpeditionStates/addExpeditionState
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/ItemShelvings/updateFromSale url: {{URL}}/api/ItemShelvings/updateFromSale
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/Collections/assignCollection url: {{URL}}/api/Collections/assignCollection
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:3000/api/Items/card?itemFk=1&warehouseFk=1 url: {{URL}}/api/Items/card?itemFk=1&warehouseFk=1
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/Collections/addItem url: {{URL}}/api/Collections/addItem
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/ExpeditionPallets/getPallet url: {{URL}}/api/ExpeditionPallets/getPallet
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:5000/api/Operators/getPrinter url: {{URL}}/api/Operators/getPrinter
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:3000/api/Collections/getSalesFromTicketOrCollection?collectionOrTicketFk=1&sectorFk=1&printFk=2&source=1&access_token=DEFAULT_TOKEN url: {{URL}}/api/Collections/getSalesFromTicketOrCollection?collectionOrTicketFk=1&sectorFk=1&printFk=2&source=1&access_token=DEFAULT_TOKEN
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:3000/api/MobileAppVersionControls/getVersion url: {{URL}}/api/MobileAppVersionControls/getVersion
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
delete { delete {
url: http://localhost:3000/api/ItemBarcodes/delete url: {{URL}}/api/ItemBarcodes/delete
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/ItemShelvings/makeMulti url: {{URL}}/api/ItemShelvings/makeMulti
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:3000/api/ItemShelvings/return url: {{URL}}/api/ItemShelvings/return
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/MachineWorkers/add url: {{URL}}/api/MachineWorkers/add
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/MachineWorkers/updateInTime url: {{URL}}/api/MachineWorkers/updateInTime
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/SaleTrackings/delete url: {{URL}}/api/SaleTrackings/delete
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/SaleTrackings/updateTracking url: {{URL}}/api/SaleTrackings/updateTracking
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/SaleTrackings/mark url: {{URL}}/api/SaleTrackings/mark
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
get { get {
url: http://localhost:3000/api/ItemShelvings/getSale?sectorCollectionFk=1&sectorFk=1 url: {{URL}}/api/ItemShelvings/getSale?sectorCollectionFk=1&sectorFk=1
body: none body: none
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:3000/api/Shelvings/addLog url: {{URL}}/api/Shelvings/addLog
body: text body: text
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/Operators/update?where[workerFk]=9 url: {{URL}}/api/Operators/update?where[workerFk]=9
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/Operators/update?where[workerFk]=9 url: {{URL}}/api/Operators/update?where[workerFk]=9
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/Operators/update?where[workerFk]=9 url: {{URL}}/api/Operators/update?where[workerFk]=9
body: json body: json
auth: none auth: none
} }

View File

@ -5,7 +5,7 @@ meta {
} }
post { post {
url: http://localhost:5000/api/Operators/update?where[workerFK]=9 url: {{URL}}/api/Operators/update?where[workerFK]=9
body: json body: json
auth: none auth: none
} }