add login/register forms. Restructure pixelapi
This commit is contained in:
15
webcontroller/userAccount.go
Normal file
15
webcontroller/userAccount.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package webcontroller
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/julienschmidt/httprouter"
|
||||
)
|
||||
|
||||
func (wc *WebController) handleLogin(
|
||||
w http.ResponseWriter,
|
||||
r *http.Request,
|
||||
p httprouter.Params,
|
||||
) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user