Skip to content

Commit 9e1fa64

Browse files
author
Karl Rieb
committed
Fix default host value in stone_cfg.stone.
1 parent dd2681e commit 9e1fa64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stone_cfg.stone

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ struct Route
44

55
auth String = "user"
66
"The auth type for the route. Valid values: user, team, app, noauth."
7-
host String = "meta"
8-
"The server to make the request to. Valid values: meta, content,
7+
host String = "api"
8+
"The server to make the request to. Valid values: api, content,
99
and notify."
1010
style String = "rpc"
1111
"The RPC format to use for the request. Valid values: rpc, download,

0 commit comments

Comments
 (0)