Changed backend port
This commit is contained in:
parent
35120067fa
commit
bc4d813eff
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ async fn main() -> std::io::Result<()> {
|
|||
.app_data(Data::new(app_state.pool.clone()))
|
||||
.service(sample)
|
||||
})
|
||||
.bind(("127.0.0.1", 8080))?
|
||||
.bind(("127.0.0.1", 4320))?
|
||||
.run()
|
||||
.await
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue