removing some comments.
This commit is contained in:
parent
1707b19f80
commit
d0de6552ab
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ async fn main() -> io::Result<()> {
|
||||||
.configure(nodeinfo::config)
|
.configure(nodeinfo::config)
|
||||||
.configure(webfinger::config)
|
.configure(webfinger::config)
|
||||||
.configure(websocket::config)
|
.configure(websocket::config)
|
||||||
// .configure(websocket.config(pool))
|
|
||||||
// .configure(websocket.
|
|
||||||
// static files
|
// static files
|
||||||
.service(actix_files::Files::new(
|
.service(actix_files::Files::new(
|
||||||
"/static",
|
"/static",
|
||||||
|
|
Reference in a new issue