mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove extra slash in exports path
This commit is contained in:
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 }],
|
||||
|
Loading…
Reference in New Issue
Block a user