Browse Source

Fixed api url

master
rpm-mcarman 2 years ago
parent
commit
a2b8ae1270
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/api/PartCodes/masters.json

+ 1
- 1
app/api/PartCodes/masters.json View File

@@ -4,7 +4,7 @@
"module": "api",
"action": "send",
"options": {
"url": "{{$_ENV.API_BASEURL+'api/v1.0/partcodes/masters'}}",
"url": "{{$_ENV.API_BASEURL+'partcodes/masters'}}",
"schema": [
{
"type": "array",


Loading…
Cancel
Save