Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
6 Zeilen
203 B
Text
6 Zeilen
203 B
Text
|
import Controller from "@ember/controller";
|
||
|
import { fmt } from "discourse/lib/computed";
|
||
|
|
||
|
export default Controller.extend({
|
||
|
downloadUrl: fmt("wizard.id", "/admin/wizards/submissions/%@/download")
|
||
|
});
|