feat: add a debug page calling database debug functions from the backend

This commit is contained in:
2024-09-24 17:55:34 +02:00
parent 8700354ad2
commit 2ded18692d
3 changed files with 69 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<nav class="navbar-center">
<NuxtLink to="/" class="btn btn-ghost">Accueil</NuxtLink>
<NuxtLink to="/CPS" class="btn btn-ghost">Carte CPS</NuxtLink>
<NuxtLink to="/debug" class="btn btn-ghost">Debug</NuxtLink>
</nav>
<div class="navbar-end">
<template v-if="!current_user">