Skip to content

Commit

Permalink
Change function name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 26, 2021
1 parent 265122f commit db3e4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/octopus/Function.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Function {
* 1. curl -d "HTTP Body" {your host}/api/HttpExample
* 2. curl "{your host}/api/HttpExample?name=HTTP%20Query"
*/
@FunctionName("HttpExample")
@FunctionName("quote")
public HttpResponseMessage run(
@HttpTrigger(
name = "req",
Expand Down

0 comments on commit db3e4f4

Please sign in to comment.