feat: range over files for paths
This commit is contained in:
parent
e9fc659a5a
commit
186491250e
3 changed files with 13 additions and 15 deletions
|
@ -5,8 +5,7 @@ import (
|
|||
)
|
||||
|
||||
func index(w http.ResponseWriter, r *http.Request) {
|
||||
r.URL.Path = "/contact"
|
||||
html(w, r)
|
||||
http.Redirect(w, r, "/contact", http.StatusMovedPermanently)
|
||||
}
|
||||
|
||||
func style(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue