switched over to logging

This commit is contained in:
Nayan
2025-05-08 21:23:07 -04:00
parent 6468cc8d55
commit e956ef0681
7 changed files with 68 additions and 91 deletions

View File

@@ -2,6 +2,8 @@
"files.associations": {
"string.h": "c",
"types.h": "c",
"random": "c"
"random": "c",
"request_handler.h": "c",
"response_builder.h": "c"
}
}