{% extends "base.html" %} {% block title %}Endpoints - Mock API Admin{% endblock %} {% block content %}

Endpoints

Manage mock API endpoints.

New Endpoint
{% if error %} {% endif %}
{% for endpoint in endpoints %} {% else %} {% endfor %}
ID Route Method Status Response Code Delay (ms) Created Actions
#{{ endpoint.id }} {{ endpoint.route }} {{ endpoint.method }} {% if endpoint.is_active %} Active {% else %} Inactive {% endif %} {{ endpoint.response_code }} {{ endpoint.delay_ms }} {{ endpoint.created_at.strftime('%Y-%m-%d') }}

No endpoints found. Create your first endpoint.

{% if total_pages > 1 %} {% endif %}
{% endblock %}