Handlers: set page title

此提交包含在:
2019-09-29 21:34:53 +02:00
父節點 ec10c764d5
當前提交 d9de46354e
共有 11 個檔案被更改,包括 20 行新增1 行删除

查看文件

@@ -54,6 +54,7 @@ class Handler
{
}
Response errorResponse(std::string errortitle, std::string errormessage, int status = 200);
std::string createPageTitle(std::string append);
};
#endif // HANDLER_H