generated from n8r/fartstack
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import 'package:dart_frog/dart_frog.dart';
|
||||
|
||||
Response onRequest(RequestContext context) {
|
||||
return Response(body: 'Welcome to Dart Frog!');
|
||||
}
|
||||
Reference in New Issue
Block a user