Browse Source

ft: 代码优化调整

master
SisMaker 2 years ago
parent
commit
900dd15af3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/agApi/agGraphs.erl

+ 2
- 2
src/agApi/agGraphs.erl View File

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

Loading…
Cancel
Save