Track artist popularity
[brackets.git] / routes / routes.go
... / ...
CommitLineData
1package routes
2
3import (
4 "net/http"
5)
6
7type Handler func(http.ResponseWriter, *http.Request)