1
0
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:
Jaanus Sellin 2023-03-06 16:18:39 +02:00 committed by GitHub
parent 78698bc67f
commit b9a009b002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
{ {