Skip to content

Commit 42d35c8

Browse files
committed
Perhaps the project-id is supposed to be an integer.
1 parent 8f59aef commit 42d35c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Historical-ROA/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ var (
8080

8181
const (
8282
roaURL = "https://hosted-routinator.rarc.net/json"
83-
projectID = "public-routing-data-backup"
83+
projectID = "1071922449970"
8484
projectLocation = "us-central"
8585
)
8686

0 commit comments

Comments
 (0)