瀏覽代碼

ft: 代码优化调整

master
SisMaker 2 年之前
父節點
當前提交
900dd15af3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/agApi/agGraphs.erl

+ 2
- 2
src/agApi/agGraphs.erl 查看文件

@ -31,7 +31,7 @@
% isDisjoint Disjoint SmartGraph
% smartGraphAttributeSmartGraph
% isSatellite SatelliteGraph
graphList(PoolNameOrSocket) ->
graphs(PoolNameOrSocket) ->
agVstCli:callAgency(PoolNameOrSocket, ?AgGet, <<"/_api/gharial">>).
%
@ -239,7 +239,7 @@ delVertexColl(PoolNameOrSocket, GraphName, CollName, QueryPars) ->
% code
% errorNumArangoDB错误号
% errorMessage
edgeDefList(PoolNameOrSocket, GraphName) ->
edgeDefs(PoolNameOrSocket, GraphName) ->
Path = <<"/_api/gharial/", GraphName/binary, "/edge">>,
agVstCli:callAgency(PoolNameOrSocket, ?AgGet, Path).

Loading…
取消
儲存