fe looks like completed
This commit is contained in:
@@ -45,6 +45,10 @@ void SocketRunnable::get()
|
||||
{
|
||||
httpDocument().setBody(QFile(":/html/main.css"), eTag);
|
||||
}
|
||||
else if (urlPath() == "/favicon.ico")
|
||||
{
|
||||
httpDocument().setBody(QFile(":/html/favicon.ico"), eTag);
|
||||
}
|
||||
else
|
||||
{
|
||||
httpDocument().setBody(QFile(g::p::WORKING_DIR + "/html" + urlPath()), eTag);
|
||||
|
||||
Reference in New Issue
Block a user