Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/.cspell/dart_dictionary.txt
Original file line number Diff line number Diff line change
@@ -7,3 +7,5 @@ gitignores
writeln
Stderrs
srcset
appbar
wireframe
1 change: 1 addition & 0 deletions examples/dart_frog/routes/index.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'package:dart_frog/dart_frog.dart';

Response onRequest(RequestContext context) {
// ignore: avoid_print
print('We have logs!');
return Response(body: 'Welcome to Dart Frog running on Globe!');
}

0 comments on commit d536c4d

Please sign in to comment.