Hotfix: Update input flag base URL
parent
317b5eeabf
commit
b09bc370c4
|
|
@ -17,7 +17,7 @@ import Element.Background
|
||||||
|
|
||||||
main =
|
main =
|
||||||
Program.document
|
Program.document
|
||||||
{ flagsDecoder = D.field "base_url" D.string
|
{ flagsDecoder = D.field "baseUrl" D.string
|
||||||
, headers = headers
|
, headers = headers
|
||||||
, init = init
|
, init = init
|
||||||
, subscriptions = subscriptions
|
, subscriptions = subscriptions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue