mirror of
https://github.com/RGBCube/GDUS
synced 2025-07-27 13:07:45 +00:00
Make the port the server runs on 8080
This commit is contained in:
parent
db3266d1d8
commit
e89a522e33
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ async fn main() -> io::Result<()> {
|
||||||
.service(submit::submit_form)
|
.service(submit::submit_form)
|
||||||
.service(view::view)
|
.service(view::view)
|
||||||
})
|
})
|
||||||
.bind(("0.0.0.0", 8088))?
|
.bind(("0.0.0.0", 8080))?
|
||||||
.run()
|
.run()
|
||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue