Skip to content

Commit

Permalink
add slash to the projects path.
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakiuc committed Jul 9, 2017
1 parent d68e397 commit d830a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tinybucket/api/helper/projects_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def path_to_find(owner, project_key)
def base_path(owner)
build_path('/teams',
[owner, 'owner'],
'projects')
'projects',
'/')
end
end
end
Expand Down

0 comments on commit d830a78

Please sign in to comment.