mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
feat: fix global archive (#3259)
This commit is contained in:
parent
78698bc67f
commit
b9a009b002
@ -23,7 +23,7 @@ export const useFeaturesArchive = (
|
|||||||
formatApiPath(
|
formatApiPath(
|
||||||
projectId
|
projectId
|
||||||
? `/api/admin/archive/features/${projectId}`
|
? `/api/admin/archive/features/${projectId}`
|
||||||
: 'api/admin/features'
|
: 'api/admin/archive/features'
|
||||||
),
|
),
|
||||||
fetcher,
|
fetcher,
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user