From 7c5edc1c2826d3de135da4d9b356b94c6c41c731 Mon Sep 17 00:00:00 2001 From: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:19:17 +0200 Subject: [PATCH] fixed --- .../{junction.json => function.json} | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) rename ListScheduledItems/{junction.json => function.json} (94%) diff --git a/ListScheduledItems/junction.json b/ListScheduledItems/function.json similarity index 94% rename from ListScheduledItems/junction.json rename to ListScheduledItems/function.json index 925eab5aeae1..b0ca1676cc0b 100644 --- a/ListScheduledItems/junction.json +++ b/ListScheduledItems/function.json @@ -1,19 +1,19 @@ -{ - "bindings": [ - { - "authLevel": "anonymous", - "type": "httpTrigger", - "direction": "in", - "name": "Request", - "methods": [ - "get", - "post" - ] - }, - { - "type": "http", - "direction": "out", - "name": "Response" - } - ] +{ + "bindings": [ + { + "authLevel": "anonymous", + "type": "httpTrigger", + "direction": "in", + "name": "Request", + "methods": [ + "get", + "post" + ] + }, + { + "type": "http", + "direction": "out", + "name": "Response" + } + ] } \ No newline at end of file