GoogleCloudPlatform / functions-framework-dart

FaaS (Function as a service) framework for writing portable Dart functions
https://pub.dev/packages/functions_framework
Apache License 2.0
535 stars 54 forks source link

Fixed Uri/string mismatch in generated code #344

Closed craiglabenz closed 1 year ago

craiglabenz commented 1 year ago

Old code dropped a raw string into the post method. This change has already been made everywhere else in the repo, but got missed in these template files.

kevmoo commented 1 year ago

@craiglabenz – notice my tweaks. Lets see if CI is happy now!