Handlers: set page title

This commit is contained in:
2019-09-29 21:34:53 +02:00
parent ec10c764d5
commit d9de46354e
11 changed files with 20 additions and 1 deletions

View File

@@ -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