Skip to content

Instantly share code, notes, and snippets.

@xlight05
Last active October 13, 2022 05:16
Show Gist options
  • Save xlight05/b6c6d8db4656ce2147399682e252dc7a to your computer and use it in GitHub Desktop.
Save xlight05/b6c6d8db4656ce2147399682e252dc7a to your computer and use it in GitHub Desktop.
import ballerinax/azure_functions as af;
service / on new af:HttpListener() {
resource function get greeting() returns json {
return {message: "Hello world"};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment