From bf418e54f83bde3e305f7666ba9219cbb440c480 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sun, 30 Jul 2023 23:34:34 +0200 Subject: [PATCH] rewards.js --- www/app/controllers/account/rewards.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 www/app/controllers/account/rewards.js diff --git a/www/app/controllers/account/rewards.js b/www/app/controllers/account/rewards.js new file mode 100644 index 0000000..c188942 --- /dev/null +++ b/www/app/controllers/account/rewards.js @@ -0,0 +1,8 @@ +import Ember from 'ember'; +import config from '../../config/environment'; + +export default Ember.Controller.extend({ + get config() { + return config.APP; + } +}); \ No newline at end of file