7 lines
201 B
Haskell
7 lines
201 B
Haskell
module Main (main) where
|
|
|
|
import Server
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Try: http://localhost:8080/auth?scope=ID%20Profile&client_id=42&response_type=code&redirect_uri=localhost" >> runMockServer 8080
|