👽 Update API path

This commit is contained in:
2025-12-19 22:16:48 +08:00
parent 7170a6214b
commit 6b46616de4
10 changed files with 20 additions and 20 deletions

View File

@@ -361,7 +361,7 @@ async function handleCreateAccount() {
isLoading.value = true
try {
await api("/id/accounts", {
await api("/pass/accounts", {
method: "POST",
body: {
name: formModel.name,