{% extends "base.html" %} {% block title %}Endpoints - Mock API Admin{% endblock %} {% block content %}
Manage mock API endpoints.
| 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. |
|||||||