latest pushes

This commit is contained in:
2024-11-25 13:11:37 -05:00
parent 5423c8bcd9
commit 3768f70eba
10 changed files with 15 additions and 15 deletions

View File

@@ -16,6 +16,6 @@
url: https://bellande-robotics-sensors-research-innovation-center.org
endpoint_path:
bellande_limit: /api/Bellande_Limit/bellande_limit
bellande_node_importance: /api/Bellande_Node_Importance/bellande_node_importance
Bellande_Framework_Access_Key: bellande_web_api_opensource

View File

@@ -16,6 +16,6 @@
url: tcp://bellande-robotics-sensors-research-innovation-center.org
endpoint_path:
bellande_limit: /api/Bellande_Limit/bellande_limit
bellande_node_importance: /api/Bellande_Node_Importance/bellande_node_importance
Bellande_Framework_Access_Key: bellande_web_api_opensource

View File

@@ -16,6 +16,6 @@
url: tls://bellande-robotics-sensors-research-innovation-center.org
endpoint_path:
bellande_limit: /api/Bellande_Limit/bellande_limit
bellande_node_importance: /api/Bellande_Node_Importance/bellande_node_importance
Bellande_Framework_Access_Key: bellande_web_api_opensource

View File

@@ -17,7 +17,7 @@
],
"url": "https://bellande-robotics-sensors-research-innovation-center.org",
"endpoint_path": {
"bellande_limit": "/api/Bellande_Limit/bellande_limit"
"bellande_node_importance": "/api/Bellande_Node_Importance/bellande_node_importance"
},
"Bellande_Framework_Access_Key": "bellande_web_api_opensource"
}

View File

@@ -17,7 +17,7 @@
],
"url": "tcp://bellande-robotics-sensors-research-innovation-center.org",
"endpoint_path": {
"bellande_limit": "/tcp/Bellande_Limit/bellande_limit"
"bellande_node_importance": "/tcp/Bellande_Node_Importance/bellande_node_importance"
},
"Bellande_Framework_Access_Key": "bellande_tcp_api_opensource"
}

View File

@@ -17,7 +17,7 @@
],
"url": "tls://bellande-robotics-sensors-research-innovation-center.org",
"endpoint_path": {
"bellande_limit": "/tls/Bellande_Limit/bellande_limit"
"bellande_node_importance": "/tls/Bellande_Node_Importance/bellande_node_importance"
},
"Bellande_Framework_Access_Key": "bellande_tls_api_opensource"
}