feat: query to database from and unaut endpoint
All checks were successful
Format / formatting (push) Successful in 9s
CI / build (push) Successful in 12s

This commit is contained in:
Pierre Tellier
2025-02-13 21:57:41 +01:00
parent b4c05f8c59
commit 0a9d83655f
3 changed files with 19 additions and 3 deletions

View File

@ -50,7 +50,7 @@ import { callApi } from "@/services/api.ts";
<tr>
<td>Unauth API call</td>
<td>
<button @click="callApi('random3')">call</button>
<button @click="callApi('unauth/dev')">call</button>
</td>
<td>res</td>
<td id="3"></td>