Reduced max tracks to 3

This commit is contained in:
Eduard Urbach 2017-06-27 18:44:22 +02:00
parent de9e743067
commit fb1723d15f

View File

@ -9,7 +9,7 @@ import (
)
const maxPosts = 5
const maxTracks = 4
const maxTracks = 3
// Get user profile page.
func Get(ctx *aero.Context) string {