浏览代码

Fixed connection for part codes

master
rpm-mcarman 2 年前
父节点
当前提交
5b9b7880ae
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/api/PartCodes/masters.json
  2. 二进制
      data/authdb.sqlite3

+ 1
- 1
app/api/PartCodes/masters.json 查看文件

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


二进制
data/authdb.sqlite3 查看文件


正在加载...
取消
保存