Skip to content

Commit

Permalink
fix: archive project curl (#8181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Sep 19, 2024
1 parent 77b90db commit d5076f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit d5076f0

Please sign in to comment.