Skip to content

Commit

Permalink
response file deletion system added for apiKeyMenu.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MertGunduz committed Mar 1, 2023
1 parent 533609c commit 0dc5677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mkgen/apiKeyMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,7 @@ void apiKeyMenu(char *newApiKey)

/* writing the new api key and css style */
mkSettingsMenu(0);

/* deleting the curl response json file */
remove("mkhtml-response.json");
}

0 comments on commit 0dc5677

Please sign in to comment.