~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/routes.py

  • Committer: Curtis Hovey
  • Date: 2013-08-20 22:05:56 UTC
  • mfrom: (358 charmworld)
  • mto: This revision was merged to the branch mainline in revision 359.
  • Revision ID: curtis@canonical.com-20130820220556-zhm7woolfb0hs81x
Merged tip.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
    # Personal Bundles
53
53
    config.add_route("personal-bundle", "/~{owner}/bundles/{basket}/{bundle}")
 
54
    config.add_route("personal-bundle-json",
 
55
                     "/~{owner}/bundles/{basket}/{bundle}/json")
54
56
 
55
57
    # Tools
56
58
    config.add_route("tools-core-review", "/tools/core-review-queue")