From 8ff848d7a876d4090a83f5d2b24a4ee290941477 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 30 Jan 2022 15:13:03 +0545 Subject: [PATCH] remove useless file --- test.http | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test.http diff --git a/test.http b/test.http deleted file mode 100644 index 22beba506d..0000000000 --- a/test.http +++ /dev/null @@ -1,11 +0,0 @@ -POST http://localhost/v1/functions -Content-Type: application/json -x-appwrite-project:test -x-appwrite-key:c4b173b6623ba33c2457f4030218c3135f20e9ab4cd096efd3fb2b5eef72dff7ae3f41627dc141f6b5d405ab44eb7d9174b516a5678401fcb0a60b92888cecb7fe614a7b2cb7385863b29c02d8312d7cf823c731ae4bb385a9c21b6b9d2e5a245f979f1ebba1b09e8d0b0d66ef940a141789926b226abe4821bd191c087d6870 - -{ - "functionId":"test1", - "name": "test1", - "runtime": "node-16.0", - "vars": {} -} \ No newline at end of file