this repo has no description
0
fork

Configure Feed

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

:sparkles: binding mist server

+3 -2
+1 -1
purge-payments.hurl
··· 1 - POST http://localhost:8002/admin/purge-payments 1 + POST http://localhost:8001/admin/purge-payments 2 2 X-Rinha-Token: 123
+1 -1
request-get-all.hurl
··· 1 - GET http://localhost:8000/payments-summary 1 + GET http://localhost:9999/payments-summary
+1
src/web/web.gleam
··· 11 11 |> wisp_mist.handler("secret") 12 12 |> mist.new 13 13 |> mist.port(8000) 14 + |> mist.bind("0.0.0.0") 14 15 |> mist.supervised 15 16 }