summaryrefslogtreecommitdiff
path: root/controllers/play.js
diff options
context:
space:
mode:
authorJulien Dessaux2022-11-21 21:39:17 +0100
committerJulien Dessaux2022-11-21 21:39:17 +0100
commit8ac636186cf5f704264e7473864c54b3edaf4049 (patch)
tree6f575d5b4dc5afc0c087e0467c4dd7d6e4a6dd6b /controllers/play.js
parentcleaned up the distinction between routes and controllers (diff)
downloadjeux-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.js9
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;