mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: archive project curl (#8181)
This commit is contained in:
parent
77b90dbdb6
commit
d5076f0772
@ -19,7 +19,7 @@ export const ArchiveProjectForm = ({ featureCount }: IDeleteProjectForm) => {
|
||||
const { loading } = useProjectApi();
|
||||
const formatProjectArchiveApiCode = () => {
|
||||
return `curl --location --request POST '${uiConfig.unleashUrl}/api/admin/projects/archive/${id}' \\
|
||||
--header 'Authorization: INSERT_API_KEY' '`;
|
||||
--header 'Authorization: INSERT_API_KEY'`;
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user