diff --git a/src/util/http-api/http-api.cpp b/src/util/http-api/http-api.cpp new file mode 100644 index 0000000..b9559d7 --- /dev/null +++ b/src/util/http-api/http-api.cpp @@ -0,0 +1,9 @@ +/////////////////////////////////////////////////////////////////////////////// +// Tyler Perkins +// 22-12-21 +// http-api implementation +// + +#include "http-api.hpp" + + diff --git a/src/util/http-api/http-api.hpp b/src/util/http-api/http-api.hpp new file mode 100644 index 0000000..9702fc9 --- /dev/null +++ b/src/util/http-api/http-api.hpp @@ -0,0 +1,9 @@ +/////////////////////////////////////////////////////////////////////////////// +// Tyler Perkins +// 22-12-21 +// http-api definition +// + +#pragma once + +