Browse Source

Merge pull request #1032 from risharde/risharde-patch-1

This typographical error causes 404 errors
Lacey-Anne Sanderson 5 years ago
parent
commit
f626f6406c
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() {
   global $base_url;
 
-  $api_url = $base_url . '/web-sevices/';
+  $api_url = $base_url . '/web-services/';
 
   $vocab = tripal_get_vocabulary_details('hydra');