From f98cf4be860757afd620bab6b41a0d00b8217b62 Mon Sep 17 00:00:00 2001 From: Mynah Marie Date: Tue, 19 Mar 2019 13:31:08 +0200 Subject: [PATCH] Create api folder and some.json file --- api/some.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 api/some.json diff --git a/api/some.json b/api/some.json new file mode 100644 index 0000000..6283951 --- /dev/null +++ b/api/some.json @@ -0,0 +1,8 @@ +{ + "example": { + "type": "json", + "data": "This is some text content", + }, + "workshop": "api-workshop", + "creator": "shiryz" +}