18 lines
502 B
JavaScript
18 lines
502 B
JavaScript
![]() |
export default {
|
||
|
schema: {
|
||
|
list: "schema",
|
||
|
},
|
||
|
MainContent: {
|
||
|
nextSection: "dataset/get/next",
|
||
|
update: "dataset/update/@task/@id",
|
||
|
update_result_objects: "dataset/update/result/object/@property_key/@id",
|
||
|
keywordAdd: "dataset/update/result/object/users/@id",
|
||
|
},
|
||
|
nlp: {
|
||
|
markdown: "ai/qanon/get/markdown",
|
||
|
markdown_section: "ai/qanon/get/markdown/section",
|
||
|
markdown_tree: "ai/qanon/get/markdown/tree",
|
||
|
effective_laws: "ai/laws/effective-laws",
|
||
|
},
|
||
|
};
|