Skip to content
debug.html 1.16 KiB
Newer Older
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
<!--
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
 Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/)
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->

{% extends 'base.html' %}

{% block content %}
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
    <h1>Debug API</h1>
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
    <ul>
        <li><a class="nav-link" href="/debug-api/contexts" id="contexts_link" target="contexts">Contexts</a></li>
        <li><a class="nav-link" href="/debug-api/dummy_contexts" id="dummy_contexts_link" target="dummy_contexts">Dummy Contexts</a></li>
        <li><a class="nav-link" href="/debug-api/devices" id="devices_link" target="devices">Devices</a></li>
        <li><a class="nav-link" href="/debug-api/links" id="links_link" target="links">Links</a></li>
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
    </ul>
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed

{% endblock %}