fix(backend): Comment correction
This commit is contained in:
parent
97a43c0151
commit
90e2bf31f0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ApikeysController.prototype.list = async (req, res, tools) => {
|
|||
/*
|
||||
* Read API key
|
||||
*
|
||||
* This is the endpoint that handles creation of API keys/tokens
|
||||
* This is the endpoint that handles reading of API keys/tokens
|
||||
* See: https://freesewing.dev/reference/backend/api/apikey
|
||||
*/
|
||||
ApikeysController.prototype.read = async (req, res, tools) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue