refac/fix: endpoint conflict

This commit is contained in:
Timothy Jaeryang Baek
2025-11-02 18:41:57 -05:00
parent 478163eb3b
commit 6681ff5cbd
3 changed files with 6 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
import {
createNewModel,
deleteModelById,
getModels as getWorkspaceModels,
getModelItems as getWorkspaceModels,
toggleModelById,
updateModelById
} from '$lib/apis/models';