Update port

This commit is contained in:
sigma-andex 2023-07-25 13:48:27 +01:00
parent 5e7aa487bb
commit 9f49a1f64f
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

View File

@ -113,7 +113,7 @@ run cfg = launchAff_ $ do
liftEffect $ void do
serve { port: 8080 } { route, router: corsMiddleware corsUrl router }
serve { port: 9999 } { route, router: corsMiddleware corsUrl router }
showResult :: Config -> Result -> Commons.SearchResult
showResult cfg = case _ of