Skip to content

Commit

Permalink
fix: Correct typo in favicon route.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Geer committed Jan 5, 2017
1 parent 4365500 commit 7a2e320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SipiHttpServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ namespace Sipi {
setlogmask(old_ll);


addRoute(Connection::GET, "/favcon.ico", favicon_handler);
addRoute(Connection::GET, "/favicon.ico", favicon_handler);
addRoute(Connection::GET, "/", process_get_request);
addRoute(Connection::GET, "/admin/test", test_handler);
addRoute(Connection::GET, "/admin/exit", exit_handler);
Expand Down

0 comments on commit 7a2e320

Please sign in to comment.