Skip to content

Commit 6374c68

Browse files
committed
Merge branch 'development' of https://github.com/HTTPArchive/tech-report-apis into development
2 parents b0ee537 + ecd955a commit 6374c68

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)