refactor: Update API endpoints to include 'loras' prefix for consistency

This commit is contained in:
Will Miao
2025-07-24 19:56:18 +08:00
parent f15c6f33f9
commit 692796db46
10 changed files with 21 additions and 21 deletions

View File

@@ -219,7 +219,7 @@ class MoveManager {
return;
}
const response = await fetch('/api/move_model', {
const response = await fetch('/api/loras/move_model', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -257,7 +257,7 @@ class MoveManager {
return;
}
const response = await fetch('/api/move_models_bulk', {
const response = await fetch('/api/loras/move_models_bulk', {
method: 'POST',
headers: {
'Content-Type': 'application/json',