Skip to content

Commit

Permalink
Changed folder Templates => template, and change ErrorTemplate.html n…
Browse files Browse the repository at this point in the history
…ame to error_template.html so that it has te same style as as dir_list.html
  • Loading branch information
josephcheel committed Jul 2, 2024
1 parent 3d28260 commit aa5b334
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mandatory/inc/StatusCodesDefinition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/* ::: :::::::: */
/* StatusCodesDefinition.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: eavedill <eavedill@student.42barcelona> +#+ +:+ +#+ */
/* By: jcheel-n <jcheel-n@student.42barcelona. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/30 13:49:29 by eavedill #+# #+# */
/* Updated: 2024/06/30 13:49:29 by eavedill ### ########.fr */
/* Updated: 2024/07/02 19:39:18 by jcheel-n ### ########.fr */
/* */
/* ************************************************************************** */

#define DEFAULT_ERROR_FILE "./Templates/ErrorTemplate.html"
#define DEFAULT_ERROR_FILE "./templates/error_template.html"
#define CONTINUE_CODE 100
#define SWITCHING_PROTOCOLS_CODE 101
#define OK_CODE 200
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit aa5b334

Please sign in to comment.