Skip to content

Commit

Permalink
fix: swagger typo (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Mar 21, 2024
1 parent 7a6e89a commit 0df024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/worker/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
// '201':
// description: Successfully created the worker and retrieved auth token
// schema:
// "$ref": "#definitions/Token"
// "$ref": "#/definitions/Token"
// '400':
// description: Unable to create the worker
// schema:
Expand Down

0 comments on commit 0df024e

Please sign in to comment.