From 90e2bf31f0b9ff5f8126a067c2e0eddc982f4fde Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Fri, 23 May 2025 17:30:27 -0700 Subject: [PATCH] fix(backend): Comment correction --- sites/backend/src/controllers/apikeys.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/backend/src/controllers/apikeys.mjs b/sites/backend/src/controllers/apikeys.mjs index d16f363f01d..988a0740b52 100644 --- a/sites/backend/src/controllers/apikeys.mjs +++ b/sites/backend/src/controllers/apikeys.mjs @@ -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) => {