فهرست منبع

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

Stephen Ficklin 10 سال پیش
والد
کامیت
c36ebcde5b
1فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  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;
 }