Skip to content

Commit

Permalink
Fix wrong server metadata uri
Browse files Browse the repository at this point in the history
  • Loading branch information
xunto committed Nov 22, 2016
1 parent e582e2d commit ff2b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GuzzleAlfrescoApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GuzzleAlfrescoApi implements AlfrescoApiInterface

public static $routes = [
'server_version' => [
'uri' => 'service/api/server/',
'uri' => 'service/api/server',
'method' => 'GET'
],
'process_create' => [
Expand Down

0 comments on commit ff2b37f

Please sign in to comment.