6 lines
184 B
Dart
Raw Permalink Normal View History

2025-01-17 20:29:04 +01:00
import 'package:functions_framework/functions_framework.dart';
import 'package:shelf/shelf.dart';
@CloudFunction()
Response function(Request request) => Response.ok('Hello, World!');