I spoke too soon. Just going to / forwards the browser on to /welcome/default/index. So at this point setting default_application did absolutely nothing. Here is my entire routes.py just in case I did something wrong:
router = dict(
BASE=dict(
default_application='SiteNet'
)
)

