Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit 092661d

Browse files
authored
Merge pull request #75 from acm-uiuc/fix/boot-api-update
Reflect server.Boot api change
2 parents 7a8f546 + be661d1 commit 092661d

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

Gopkg.lock

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
[[dependencies]]
2+
[[constraint]]
33
name = "github.com/acm-uiuc/arbor"
4-
version = ">=0.2.3-alpha, <1.0.0"
4+
version = ">=0.2.4, <1.0.0"

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import (
99
func main() {
1010
config.LoadArborConfig()
1111
Routes := services.RegisterAPIs()
12-
arbor.Boot(Routes, 8000)
12+
arbor.Boot(Routes, "0.0.0.0", 8000)
1313
}

0 commit comments

Comments
 (0)