Browse Source

Accidentally performed bug fixes on web services branch. Therefore, merging together but commenting out menu item for web services

Stephen Ficklin 10 năm trước cách đây
mục cha
commit
c36ebcde5b
1 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 7 7
      tripal_core/tripal_core.module

+ 7 - 7
tripal_core/tripal_core.module

@@ -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;
 }