tangled
alpha
login
or
join now
kacaii.dev
/
sigo
0
fork
atom
๐ฉโ๐ Firefighters API written in Gleam!
lustre
gleam
0
fork
atom
overview
issues
pulls
pipelines
:fire: remove "echo" keyword
kacaii.dev
1 week ago
3689c59b
8adc423d
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
-1
1 changed file
expand all
collapse all
unified
split
client
src
client
page
signup.gleam
-1
client/src/client/page/signup.gleam
···
126
126
}
127
127
128
128
ServerSentResponse(Error(reason)) -> {
129
129
-
echo reason
130
129
let text_message = case reason {
131
130
rsvp.HttpError(resp) -> resp.body
132
131
rsvp.NetworkError -> "Connection not available"