def add_like(id):
    Tweet.like(id)
    return redirect('/dashboard')