diff --git a/mandatory/inc/LocationParser.hpp b/mandatory/inc/LocationParser.hpp index 48c2d37..d511fba 100644 --- a/mandatory/inc/LocationParser.hpp +++ b/mandatory/inc/LocationParser.hpp @@ -6,7 +6,7 @@ /* By: eavedill +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/30 13:48:49 by eavedill #+# #+# */ -/* Updated: 2024/06/30 14:43:58 by eavedill ### ########.fr */ +/* Updated: 2024/06/30 16:29:45 by eavedill ### ########.fr */ /* */ /* ************************************************************************** */ @@ -68,3 +68,4 @@ class LocationParser size_t getStartRange(); size_t getEndRange(); std::string getQuery(); +}; \ No newline at end of file diff --git a/mandatory/src/LocationParser.cpp b/mandatory/src/LocationParser.cpp index 542ece4..cf21659 100644 --- a/mandatory/src/LocationParser.cpp +++ b/mandatory/src/LocationParser.cpp @@ -6,13 +6,11 @@ /* By: eavedill +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/30 13:51:38 by eavedill #+# #+# */ -/* Updated: 2024/06/30 15:22:31 by eavedill ### ########.fr */ +/* Updated: 2024/06/30 16:30:02 by eavedill ### ########.fr */ /* */ /* ************************************************************************** */ #include "../inc/LocationParser.hpp" -#include -#include static std::string getMimeType(std::string contentType) {