Skip to content

Commit ff6953f

Browse files
committed
Removed unnecessary get methods
1 parent 40b44df commit ff6953f

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/func/auth-authenticate/function.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"direction": "in",
99
"name": "req",
1010
"methods": [
11-
"get",
1211
"post"
1312
]
1413
},

src/func/auth-sign-up/function.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"direction": "in",
99
"name": "req",
1010
"methods": [
11-
"get",
1211
"post"
1312
]
1413
},

src/func/device-add-device/function.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"direction": "in",
99
"name": "req",
1010
"methods": [
11-
"get",
1211
"post"
1312
]
1413
},

src/func/device-get-devices/function.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"direction": "in",
99
"name": "req",
1010
"methods": [
11-
"get",
1211
"post"
1312
]
1413
},

src/func/role-get-roles/function.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"direction": "in",
99
"name": "req",
1010
"methods": [
11-
"get",
1211
"post"
1312
]
1413
},

0 commit comments

Comments
 (0)