Merge pull request #8766 from reasonerjt/fix-swagger-401

Remove 401 error for HEAD /projects
This commit is contained in:
Daniel Jiang 2019-08-22 15:01:21 +08:00 committed by GitHub
commit b47b30db23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,8 +122,6 @@ paths:
responses:
'200':
description: Project name exists.
'401':
description: User need to log in first.
'404':
description: Project name does not exist.
'500':