|
@@ -8,10 +8,9 @@ servers:
|
|
|
- url: http://0.0.0.0:9123
|
|
- url: http://0.0.0.0:9123
|
|
|
description: Development/local server
|
|
description: Development/local server
|
|
|
|
|
|
|
|
-x-tagGroups:
|
|
|
|
|
|
|
+tags:
|
|
|
- name: User
|
|
- name: User
|
|
|
- tags:
|
|
|
|
|
- - User
|
|
|
|
|
|
|
+ - name: Home
|
|
|
|
|
|
|
|
components:
|
|
components:
|
|
|
schemas:
|
|
schemas:
|
|
@@ -46,3 +45,8 @@ paths:
|
|
|
/user/logout:
|
|
/user/logout:
|
|
|
post:
|
|
post:
|
|
|
$ref: "./paths/user/logout.yaml"
|
|
$ref: "./paths/user/logout.yaml"
|
|
|
|
|
+
|
|
|
|
|
+ #Home
|
|
|
|
|
+ /home:
|
|
|
|
|
+ post:
|
|
|
|
|
+ $ref: "./paths/home/create.yaml"
|