Skip to content

Commit

Permalink
Serve Leios logo as favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Jul 12, 2024
1 parent 1e08fa0 commit 59d3ca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added leios-sim/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions leios-sim/src/Leios/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ scottyApp serverState =
Sc.get "/leios.css" $
Sc.file "leios.css"

Sc.get "/favicon.ico" $
Sc.file "favicon.ico"

Sc.get "/api/parameters" $ do
sid <- Sc.queryParam "sessionId"
mParams <- liftIO $ lookupParams sid serverState
Expand Down

0 comments on commit 59d3ca7

Please sign in to comment.