handler.uc 96 B

1234567
  1. {%
  2. 'use strict';
  3. global.handle_request = function(env) {
  4. include("dump-env.uc", { env });
  5. };