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

Dashboard

Overview of your mock API configuration.

Total Endpoints

{{ stats.total_endpoints }}

Active Endpoints

{{ stats.active_endpoints }}

Total Routes

{{ stats.total_routes }}

Methods

{{ stats.methods_count }}

Recent Activity

Admin interface ready.

  • Create your first endpoint Create
  • View all endpoints Browse
{% endblock %}