mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
commit
e3103c073a
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue