👽 Update API path

This commit is contained in:
2025-12-19 22:16:48 +08:00
parent cda26fdc60
commit 284fc5eb6e
10 changed files with 20 additions and 20 deletions

View File

@@ -254,7 +254,7 @@ const apiBaseServer = useSolarNetworkUrl()
try {
const { data, error } = await useFetch<SnAccount>(
`${apiBaseServer}/id/accounts/${username.value}`,
`${apiBaseServer}/pass/accounts/${username.value}`,
{ server: true }
)