Replace shared_pointer with RAII, also fix root path not routing correctly

This commit is contained in:
Pablu23
2024-11-26 17:29:36 +01:00
parent c18d5f993d
commit af0c6fb814
5 changed files with 37 additions and 26 deletions

View File

@@ -26,7 +26,6 @@ build: all
g++ -std=c++20 -o server main.cpp -L. -lhttpablu
run: build
g++ -std=c++20 -o server main.cpp -L. -lhttpablu
./server
install: all