mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:08:12 +00:00
WebServer: Convert document_root_path from DeprecatedString to String
This commit is contained in:
parent
e795641d99
commit
f0586d74d7
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ namespace WebServer {
|
|||
|
||||
static Configuration* s_configuration = nullptr;
|
||||
|
||||
Configuration::Configuration(DeprecatedString document_root_path, Optional<HTTP::HttpRequest::BasicAuthenticationCredentials> credentials)
|
||||
Configuration::Configuration(String document_root_path, Optional<HTTP::HttpRequest::BasicAuthenticationCredentials> credentials)
|
||||
: m_document_root_path(move(document_root_path))
|
||||
, m_credentials(move(credentials))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue