feat: add basic webui
This commit is contained in:
4
apps/docs/api-reference/endpoint/create.mdx
Normal file
4
apps/docs/api-reference/endpoint/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Create Plant'
|
||||
openapi: 'POST /plants'
|
||||
---
|
||||
4
apps/docs/api-reference/endpoint/delete.mdx
Normal file
4
apps/docs/api-reference/endpoint/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Delete Plant'
|
||||
openapi: 'DELETE /plants/{id}'
|
||||
---
|
||||
4
apps/docs/api-reference/endpoint/get.mdx
Normal file
4
apps/docs/api-reference/endpoint/get.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Get Plants'
|
||||
openapi: 'GET /plants'
|
||||
---
|
||||
Reference in New Issue
Block a user