mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
commit
e3103c073a
2
Resources/views/layout.html.twig
Normal file → Executable file
2
Resources/views/layout.html.twig
Normal file → Executable file
@ -396,7 +396,7 @@
|
||||
{% else -%}
|
||||
var endpoint = '{{ endpoint }}';
|
||||
{% endif -%}
|
||||
if ($('#api_endpoint') && $('#api_endpoint').val() != null) {
|
||||
if ($('#api_endpoint') && $('#api_endpoint').val() != '') {
|
||||
endpoint = $('#api_endpoint').val();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user