diff options
author | Julien Dessaux | 2022-11-21 21:39:17 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-11-21 21:39:17 +0100 |
commit | 8ac636186cf5f704264e7473864c54b3edaf4049 (patch) | |
tree | 6f575d5b4dc5afc0c087e0467c4dd7d6e4a6dd6b /controllers/play.js | |
parent | cleaned up the distinction between routes and controllers (diff) | |
download | jeux-de-mots-8ac636186cf5f704264e7473864c54b3edaf4049.tar.gz jeux-de-mots-8ac636186cf5f704264e7473864c54b3edaf4049.tar.bz2 jeux-de-mots-8ac636186cf5f704264e7473864c54b3edaf4049.zip |
Added basic games handling
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; |