Hotfix: Update input flag base URL

sam/sneaky
Bram van den Heuvel 2026-06-27 17:35:24 +02:00
parent 317b5eeabf
commit b09bc370c4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import Element.Background
main =
Program.document
{ flagsDecoder = D.field "base_url" D.string
{ flagsDecoder = D.field "baseUrl" D.string
, headers = headers
, init = init
, subscriptions = subscriptions