Skip to content
Snippets Groups Projects
Commit 50ccdfb6 authored by Adriano Cori's avatar Adriano Cori
Browse files

Fixed http_client_manager.http_service_api_preview_view route parameter and...

Fixed http_client_manager.http_service_api_preview_view route parameter and changed drupal core version from 8.4 to 8.5
parent 63c3ab95
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@
{ "name": "Adriano Cori", "email": "adriano.cori@bmeme.com" }
],
"require": {
"drupal/core": ">=8.4",
"drupal/core": ">=8.5",
"guzzlehttp/guzzle-services": "^1.1",
"gimler/guzzle-description-loader": "^0.0.4"
}
}
\ No newline at end of file
}
......@@ -15,7 +15,7 @@ http_client_manager.http_service_api_preview_view:
_title_callback: '\Drupal\http_client_manager\Form\HttpServiceApiPreviewForm::title'
requirements:
_permission: 'administer http_client_manager'
serviceApi: \w+
serviceApi: '[\w+\.]+'
options:
_admin_route: TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment