Files
tp/api/src/rt/prf/profile.go
T
2024-08-16 19:45:22 +05:00

7 lines
89 B
Go

package prf
import "net/http"
func Profile(w http.ResponseWriter, r *http.Request) {
}