Index: sdk/lib/_internal/compiler/samples/leap/leap_server.dart |
=================================================================== |
--- sdk/lib/_internal/compiler/samples/leap/leap_server.dart (revision 14473) |
+++ sdk/lib/_internal/compiler/samples/leap/leap_server.dart (working copy) |
@@ -39,7 +39,7 @@ |
String path = request.path; |
if (path == '/') return redirect('/$landingPage'); |
if (path == '/favicon.ico') { |
- path = '/pkg/dartdoc/static/favicon.ico'; |
+ path = '/lib/_internal/dartdoc/static/favicon.ico'; |
} |
if (path.contains('..') || path.contains('%')) return notFound(); |
var f = new File("./$path"); |