1
0
Fork 0

fix(backend): Comment correction

This commit is contained in:
Benjamin Fan 2025-05-23 17:30:27 -07:00 committed by Joost De Cock
parent 97a43c0151
commit 90e2bf31f0

View file

@ -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) => {