Compare commits
2 Commits
6e3d9ef900
...
e9e2d6922b
| Author | SHA1 | Date |
|---|---|---|
|
|
e9e2d6922b | |
|
|
992d974449 |
|
|
@ -38,7 +38,7 @@ routes.get('/', (c) => {
|
|||
moduleId: 'rcred',
|
||||
modules: getModuleInfoList(),
|
||||
body: `<folk-cred-dashboard space="${space || 'demo'}"></folk-cred-dashboard>`,
|
||||
scripts: '<script type="module" src="/modules/rcred/folk-cred-dashboard.js"></script>',
|
||||
scripts: '<script type="module" src="/modules/rcred/folk-cred-dashboard.js?v=1"></script>',
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue