We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0ee537 + ecd955a commit 6374c68Copy full SHA for 6374c68
src/index.js
@@ -44,6 +44,7 @@ const getController = async (name) => {
44
case 'versions':
45
controllers[name] = await import('./controllers/versionsController.js');
46
break;
47
+ // Handles CDN-related endpoints and logic
48
case 'cdn':
49
controllers[name] = await import('./controllers/cdnController.js');
50
0 commit comments