Expose manifest params JSON
This commit is contained in:
10
controllers/params.mjs
Normal file
10
controllers/params.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
import Common from '../src/common.js';
|
||||
|
||||
/**
|
||||
* Show all possible parameters for manifest URLs
|
||||
*/
|
||||
export default async function exposeParams() {
|
||||
return await Common.getParamsFromFolders();
|
||||
}
|
||||
Reference in New Issue
Block a user