Add lock for attendance swagger doc
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
basePath: /api/v1
|
||||
basePath: /app/api/v1
|
||||
definitions:
|
||||
data.EventIndexDoc:
|
||||
properties:
|
||||
@@ -566,6 +566,8 @@ paths:
|
||||
data:
|
||||
type: object
|
||||
type: object
|
||||
security:
|
||||
- ApiKeyAuth: []
|
||||
summary: Get Attendance List
|
||||
tags:
|
||||
- Event
|
||||
|
||||
Reference in New Issue
Block a user