🔨」 fix: fixed delete

This commit is contained in:
2025-07-08 11:44:15 +02:00
parent 4b434b9878
commit 886468e472
3 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/30 09:30:15 by adjoly #+# #+# */
/* Updated: 2025/05/30 16:19:06 by adjoly ### ########.fr */
/* Updated: 2025/07/08 11:42:46 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -59,6 +59,7 @@ class Delete : public ARequest {
public:
Delete(void) {}
Delete(std::string &data, config::Server *srv);
~Delete();
void parse(std::string const &data);