Merge remote-tracking branch 'origin/backend-test' into front_foundation

This commit is contained in:
2025-05-08 16:30:44 +02:00
10 changed files with 273 additions and 310 deletions

View File

@ -58,7 +58,7 @@ const USERID = ref("");
<tr>
<td>Get Pending Accounts</td>
<td>
<button @click="callApi('admin/get_pending_accounts')">
<button @click="callApi('/admin/pending-accounts')">
call
</button>
</td>