db.rt.js 97 B

12345
  1. const db = require( '../db' )
  2. module.exports = {
  3. GET: () => db.worldById( db.randomId() )
  4. }