mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
remove extra slash in exports path
This commit is contained in:
committed by
psychedelicious
parent
36a1d39454
commit
63494dfca7
@@ -94,7 +94,7 @@ export const stylePresetsApi = api.injectEndpoints({
|
||||
}),
|
||||
exportStylePresets: build.query<string, void>({
|
||||
query: () => ({
|
||||
url: buildStylePresetsUrl('/export'),
|
||||
url: buildStylePresetsUrl('export'),
|
||||
responseHandler: (response) => response.text(),
|
||||
}),
|
||||
providesTags: ['FetchOnReconnect', { type: 'StylePreset', id: LIST_TAG }],
|
||||
|
||||
Reference in New Issue
Block a user