diff options
Diffstat (limited to 'controllers/play.js')
-rw-r--r-- | controllers/play.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/controllers/play.js b/controllers/play.js deleted file mode 100644 index c00d15d..0000000 --- a/controllers/play.js +++ /dev/null @@ -1,9 +0,0 @@ -function makeController(req, cwdata) { - return { - title: "Jouer", - user: req.session.user, - CWDATA: cwdata, - }; -} - -export default makeController; |