👽 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

@@ -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 }
)