Skip to content

Commit ecd955a

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 36d542b commit ecd955a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const getController = async (name) => {
4444
case 'versions':
4545
controllers[name] = await import('./controllers/versionsController.js');
4646
break;
47+
// Handles CDN-related endpoints and logic
4748
case 'cdn':
4849
controllers[name] = await import('./controllers/cdnController.js');
4950
break;

0 commit comments

Comments
 (0)