racket/collects/web-server/default-web-root/servlets/configure.ss
Jay McCarthy 00f2c671a3 Removing unit servlets
svn: r6101
2007-04-30 17:51:11 +00:00

7 lines
344 B
Scheme

; DO NOT DELETE THIS SERVLET,
; unless you never want to reconfigure the Web server again.
; The servlet accepts requests only from the *same machine* as the Web server
; for security purposes.
(module configure mzscheme
(require (lib "configure.ss" "web-server" "private"))
(provide (all-from (lib "configure.ss" "web-server" "private"))))