mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-21 11:22:50 +00:00
8 lines
96 B
Ucode
8 lines
96 B
Ucode
{%
|
|
|
|
'use strict';
|
|
|
|
global.handle_request = function(env) {
|
|
include("dump-env.uc", { env });
|
|
};
|