this repo has no description
lustre frontent oat-ui gleam
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› fix broken link when sending login credentials

+1 -1
+1 -1
src/client/page/login.gleam
··· 65 65 let effect = 66 66 ApiReturnedSession 67 67 |> rsvp.expect_json(session.decoder(), _) 68 - |> rsvp.post("/login", body, _) 68 + |> rsvp.post("/api/login", body, _) 69 69 70 70 let model = Model(..model, loading: True) 71 71 Continue(model, effect)