]> git.cworth.org Git - lmno-server/commitdiff
Use an express Router for each of the game-engine-specific sub-apps
authorCarl Worth <cworth@cworth.org>
Wed, 27 May 2020 17:06:23 +0000 (10:06 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 27 May 2020 17:06:23 +0000 (10:06 -0700)
This eliminates the redundant code that was otherwise required by
using an entire app at the level of each game engine, (setting up
cors, body-parser, nunjucks configuration, etc.).

So this is much more pleasant, with less boilerplate and less code
duplication.


No differences found