We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0229fab commit 45c8d56Copy full SHA for 45c8d56
src/main/java/org/inhahackers/optmo_user_be/function/IncreaseElecFunction.java
@@ -25,8 +25,7 @@ public HttpResponseMessage run(
25
@HttpTrigger(
26
name = "increaseelec",
27
methods = {HttpMethod.POST},
28
- authLevel = AuthorizationLevel.ANONYMOUS,
29
- dataType = "application/json")
+ authLevel = AuthorizationLevel.ANONYMOUS)
30
HttpRequestMessage<Optional<String>> request,
31
final ExecutionContext context) {
32
0 commit comments