Skip to content

Commit

Permalink
Add routes.py to specify default application and controller
Browse files Browse the repository at this point in the history
  • Loading branch information
msasad committed Mar 16, 2016
1 parent 9b14f6c commit 9406a47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions private/routes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# copy this file to web2py root directory
routers = dict(

# base router
BASE=dict(
default_application='baadal',
default_controller='user',
),
)

0 comments on commit 9406a47

Please sign in to comment.