Skip to content

Commit b5ed693

Browse files
authored
Fix HTML folder
1 parent b8311e1 commit b5ed693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/WebDataProceed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
3434

3535
HTTP_RESPONSE WEB_DATA_PROCEED::Proceed(HTTP_REQUEST HTTPRequest) {
3636
auto CurrentFolder = UTILITIES::StringSplit(__FILE__, "/");
37-
CurrentFolder.pop_back();
37+
CurrentFolder.pop_back(), CurrentFolder.pop_back();
3838
std::string BasicFolder = UTILITIES::StringJoin(CurrentFolder, "/") + "/HTML";
3939
std::string Initial = "";
4040
HTTP_RESPONSE HTTPResponse;

0 commit comments

Comments
 (0)