lot of new functionalities
This commit is contained in:
11
servers/web/application/directory.go
Normal file
11
servers/web/application/directory.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package application
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func (h *Handler) DirectoryHomeHTTPHandler() http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
h.renderer.DirectoryHome(w, r)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user