7 lines
147 B
Haskell
7 lines
147 B
Haskell
module Main (main) where
|
|
|
|
import Server
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Try: http://localhost:8080/auth?scopes=[ID,Profile]" >> runMockServer 8080
|