This website works better with JavaScript.
Home
Help
Register
Sign In
alpcentaur
/
cannabinieri_web_actix
forked from
xsiva/cannabinieri_web_actix
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
host changed
master
Xsivax
3 years ago
parent
764f2cb380
commit
b6782127a3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main.rs
+ 1
- 1
src/main.rs
View File
@ -24,7 +24,7 @@ async fn main() -> std::io::Result<()> {
.
route
(
"/cyberpreneur"
,
web
::
get
(
)
.
to
(
route
::
cyber
)
)
.
route
(
"/offgrid"
,
web
::
get
(
)
.
to
(
route
::
off
)
)
}
)
.
bind
(
"
127.0.0.1
:5000"
)
?
.
bind
(
"
0.0.0.0
:5000"
)
?
.
run
(
)
.
await
}
Write
Preview
Loading…
Cancel
Save