Skip to content

Commit db3e4f4

Browse files
committed
Change function name
1 parent 265122f commit db3e4f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/octopus/Function.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class Function {
3131
* 1. curl -d "HTTP Body" {your host}/api/HttpExample
3232
* 2. curl "{your host}/api/HttpExample?name=HTTP%20Query"
3333
*/
34-
@FunctionName("HttpExample")
34+
@FunctionName("quote")
3535
public HttpResponseMessage run(
3636
@HttpTrigger(
3737
name = "req",

0 commit comments

Comments
 (0)