Skip to content

Commit

Permalink
feat: fix global archive (#3259)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Mar 6, 2023
1 parent 78698bc commit b9a009b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ export const useFeaturesArchive = (
formatApiPath(
projectId
? `/api/admin/archive/features/${projectId}`
: 'api/admin/features'
: 'api/admin/archive/features'
),
fetcher,
{
Expand Down

0 comments on commit b9a009b

Please sign in to comment.