init
This commit is contained in:
7
internal/server/user.go
Normal file
7
internal/server/user.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package server
|
||||
|
||||
import "net/http"
|
||||
|
||||
func (app *Application) findUsers(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user