From de6853760c155596f05b7d20bb53bbec0b3eb30e Mon Sep 17 00:00:00 2001 From: tjp Date: Tue, 14 Nov 2023 15:47:13 -0700 Subject: fixes and adjusting to a sliderule bump --- gopher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gopher.go') diff --git a/gopher.go b/gopher.go index dcd2085..ecef9c0 100644 --- a/gopher.go +++ b/gopher.go @@ -69,7 +69,7 @@ func addGopherStaticRoute(router *sr.Router, route RouteDirective) { handlers := []sr.Handler{} if route.Modifiers.Exec { - handlers = append(handlers, cgi.ExecGopherMaps(route.FsPath, route.URLPath, route.Modifiers.ExecCmd, settings)) + handlers = append(handlers, cgi.GopherCGIDirectory(route.FsPath, route.URLPath, route.Modifiers.ExecCmd, settings)) } handlers = append(handlers, fs.GopherFileHandler(route.FsPath, route.URLPath, settings)) -- cgit v1.2.3