oauth2-mock-server/app/Main.hs
2023-12-22 04:21:41 +01:00

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