????
Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/browser/templates/browser/js/ |
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/browser/templates/browser/js/endpoints.js |
///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2024, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// define( 'pgadmin.browser.endpoints', [], function() { return { {% for endpoint, url in current_app.exposed_endpoint_url_map %}{% if loop.index != 1 %}, {% endif %} '{{ endpoint|safe }}': '{{ url|safe }}'{% endfor %} }; });