aboutsummaryrefslogtreecommitdiff
path: root/http_handle_users.go
blob: 182ec53fe4f9419bb1d1b2b348e3285aac38ec14 (plain) (blame)
1
2
3
4
5
6
7
8
package main

import (
	"net/http"
)

func handle_users(w http.ResponseWriter, r *http.Request, params map[string]any) {
}