parent
8cb24feca1
commit
23e683192f
4 changed files with 7 additions and 5 deletions
|
@ -275,7 +275,7 @@ async function createApp(appType) {
|
|||
useWith404Fallback('/files', files);
|
||||
}
|
||||
|
||||
useWith404Fallback('/campaigns', await campaigns.getRouter(appType));
|
||||
useWith404Fallback('/cpgs', await campaigns.getRouter(appType)); // This needs to be different from "campaigns", which is already used by the UI
|
||||
|
||||
useWith404Fallback('/mosaico', await sandboxedMosaico.getRouter(appType));
|
||||
useWith404Fallback('/ckeditor', await sandboxedCKEditor.getRouter(appType));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue