10 lines
107 B
Go
10 lines
107 B
Go
|
package routes
|
||
|
|
||
|
import (
|
||
|
"net/http"
|
||
|
)
|
||
|
|
||
|
func albumsHandler(w http.ResponseWriter, r *http.Request) {
|
||
|
|
||
|
}
|