mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-23 03:44:04 +03:00
fix: homepage /apps should not be local-only
This commit is contained in:
parent
e9baf79f03
commit
a230431354
@ -64,7 +64,7 @@ fn init(our: Address) {
|
||||
)
|
||||
.expect("failed to bind to /our.js");
|
||||
|
||||
bind_http_path("/apps", true, true).expect("failed to bind /apps");
|
||||
bind_http_path("/apps", true, false).expect("failed to bind /apps");
|
||||
|
||||
loop {
|
||||
let Ok(ref message) = await_message() else {
|
||||
|
Loading…
Reference in New Issue
Block a user