aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

Add addEdit #248

Closed willbasky closed 5 years ago

willbasky commented 5 years ago
willbasky commented 5 years ago

Why it is not IP in ipFromHost :: Maybe Text? Because it will return a demand on instance FromHttpApiData IP for hoistServer in Server module later.

neongreen commented 5 years ago

Because it will return a demand on instance FromHttpApiData IP for hoistServer in Server module later.

Well, then just write an instance of FromHttpApiData IP 🙂