mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-10 15:52:36 +02:00
Renamed default flow from 0000 to default (#395)
This commit is contained in:
parent
3ed9274d84
commit
ef34d951fe
19 changed files with 34 additions and 34 deletions
|
|
@ -13,7 +13,7 @@ from trustgraph.api import Api
|
|||
import json
|
||||
|
||||
default_url = os.getenv("TRUSTGRAPH_URL", 'http://localhost:8088/')
|
||||
default_flow = "0000"
|
||||
default_flow = "default"
|
||||
default_collection = "default"
|
||||
|
||||
def load_kg_core(url, user, id, flow, collection):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue