mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
Removing redundant to_owned
This commit is contained in:
parent
938c61b94f
commit
d9d52d7d06
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ async fn main() -> io::Result<()> {
|
|||
))
|
||||
.service(actix_files::Files::new(
|
||||
"/docs",
|
||||
settings.front_end_dir.to_owned() + "/documentation",
|
||||
settings.front_end_dir + "/documentation",
|
||||
))
|
||||
})
|
||||
.bind((settings.bind, settings.port))?
|
||||
|
|
Loading…
Reference in a new issue