Browse Source

This typographical error causes 404 errors

Particularly with link checkers, this typo causes nearly every page to show up with an unnecessary 404 error due to this link
risharde 5 years ago
parent
commit
2808ff3ba3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_ws/tripal_ws.module

+ 1 - 1
tripal_ws/tripal_ws.module

@@ -39,7 +39,7 @@ require_once "includes/TripalFields/WebServicesFieldFormatter.inc";
 function tripal_ws_init() {
 function tripal_ws_init() {
   global $base_url;
   global $base_url;
 
 
-  $api_url = $base_url . '/web-sevices/';
+  $api_url = $base_url . '/web-services/';
 
 
   $vocab = tripal_get_vocabulary_details('hydra');
   $vocab = tripal_get_vocabulary_details('hydra');