Typo
This commit is contained in:
parent
fd5d283946
commit
0c9bde7c5e
|
@ -214,7 +214,7 @@ func CardPutId(c *gin.Context) {
|
||||||
// @Failure 401 {object} types.ErrorResponse
|
// @Failure 401 {object} types.ErrorResponse
|
||||||
// @Failure 500 {object} types.ErrorResponse
|
// @Failure 500 {object} types.ErrorResponse
|
||||||
// @Security ApiKeyAuth
|
// @Security ApiKeyAuth
|
||||||
// @Router /card/edit/:id [put]
|
// @Router /card/delete/:id [delete]
|
||||||
func CardDeleteId(c *gin.Context) {
|
func CardDeleteId(c *gin.Context) {
|
||||||
userIDAny, exists := c.Get("UserID")
|
userIDAny, exists := c.Get("UserID")
|
||||||
if !exists {
|
if !exists {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user