Reduced max tracks to 3
This commit is contained in:
parent
de9e743067
commit
fb1723d15f
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
const maxPosts = 5
|
||||
const maxTracks = 4
|
||||
const maxTracks = 3
|
||||
|
||||
// Get user profile page.
|
||||
func Get(ctx *aero.Context) string {
|
||||
|
Loading…
Reference in New Issue
Block a user