|
@@ -378,13 +378,13 @@ function tripal_core_menu() {
|
|
|
);
|
|
|
|
|
|
// Web Services API callbacks.
|
|
|
- $items['ws/chado/v0.1'] = array(
|
|
|
- 'title' => 'Tripal Web Services API v0.1',
|
|
|
- 'page callback' => 'tripal_core_chado_hal_api',
|
|
|
- 'access arguments' => array('access content'),
|
|
|
- 'type' => MENU_CALLBACK,
|
|
|
- 'file' => '/includes/tripal_core.ws_hal.inc',
|
|
|
- );
|
|
|
+// $items['ws/chado/v0.1'] = array(
|
|
|
+// 'title' => 'Tripal Web Services API v0.1',
|
|
|
+// 'page callback' => 'tripal_core_chado_hal_api',
|
|
|
+// 'access arguments' => array('access content'),
|
|
|
+// 'type' => MENU_CALLBACK,
|
|
|
+// 'file' => '/includes/tripal_core.ws_hal.inc',
|
|
|
+// );
|
|
|
|
|
|
return $items;
|
|
|
}
|