#pragma once
#include "../cpp-httplib/httplib.h"
namespace Page::ErrorHandler
{
void Init(httplib::Server& svr);
};