diff host/admin/src/hi.luan @ 2021:b8e5d53c4fc9 default tip

admin monitors scheduler
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 20 Oct 2025 14:45:27 -0600
parents 163f88f7ee00
children
line wrap: on
line diff
--- a/host/admin/src/hi.luan	Sun Oct 05 20:43:42 2025 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-local Io = require "luan:Io.luan"
-local Http = require "luan:http/Http.luan"
-
-
-return function()
-	Io.stdout = Http.response.text_writer()
-	%>hi<%
-end