mirror of
https://github.com/kevin-DL/gothstarter.git
synced 2026-01-19 04:55:23 +00:00
initial
This commit is contained in:
10
handlers/auth.go
Normal file
10
handlers/auth.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"gothstarter/views/auth"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func HandleLoginIndex(w http.ResponseWriter, r *http.Request) error {
|
||||
return Render(w, r, auth.Login())
|
||||
}
|
||||
Reference in New Issue
Block a user