|
@@ -3,8 +3,7 @@
|
|
|
"{{ key }}": "{{ value }}",
|
|
|
{% endfor -%}
|
|
|
"baseUrl": "{{ base_url }}",
|
|
|
- "wsUrl": "{{ ws_url }}",
|
|
|
- "publicUrl": "{{ public_url }}"
|
|
|
+ "wsUrl": "{{ ws_url }}"
|
|
|
}</script>
|
|
|
|
|
|
{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{ base_url }}static/base/images/favicon.ico">{% endblock %}
|