fix: admin

This commit is contained in:
archer
2023-07-29 10:53:42 +08:00
parent 1704cf31de
commit 53a082278b
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ export const Dashboard: React.FC = React.memo(() => {
const kbResponse = await fetch(`${baseUrl}/kbs?_end=1`, {
headers
});
const modelResponse = await fetch(`${baseUrl}/models?_end=1`, {
const modelResponse = await fetch(`${baseUrl}/apps?_end=1`, {
headers
});