Fix compilation error, spurious Proxy
This commit is contained in:
parent
d46cde913c
commit
7f609a87db
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ api :: Proxy API
|
|||
api = Proxy
|
||||
|
||||
main :: IO ()
|
||||
main = run 8080 (serve api $ mock api Proxy)
|
||||
main = run 8080 (serve api $ mock api)
|
||||
|
|
Loading…
Reference in a new issue