mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Add auth middleware in api unit. Now only authorized user can access api unit
This commit is contained in:
parent
41f306a7f0
commit
e0a45391ab
5 changed files with 102 additions and 0 deletions
|
@ -33,6 +33,7 @@ paths:
|
|||
description: Unexpected Error
|
||||
schema:
|
||||
$ref: "#/definitions/ErrorResponse"
|
||||
|
||||
definitions:
|
||||
UserResponse:
|
||||
required:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue