mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-22 16:44:21 +01:00
feat: update ui for ollama host (#912)
This commit is contained in:
@@ -45,7 +45,7 @@ export function ConfigureExtensionModal({
|
||||
const value = envValues[envKey];
|
||||
if (!value) continue;
|
||||
|
||||
const storeResponse = await fetch(getApiUrl('/secrets/store'), {
|
||||
const storeResponse = await fetch(getApiUrl('/configs/store'), {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user