UNPKG

laceside

Version:

In-browser JavaScript IDE and execution environment

17 lines (16 loc) 616 B
export var routes = [ [ '/auth/showlogin', 'auth.showLogin' ], [ '/auth/login', 'auth.login' ], [ '/auth/logoutsuccess', 'auth.logoutsucess' ], [ '/auth/success', 'auth.success' ], [ '/auth/failed', 'auth.failed' ], [ '/u/:username/profile', 'profile.show' ], [ '/u/:username/apps', 'apps.show' ], [ '/u/:username/app', 'apps.new' ], [ '/u/:username/app/:appID', 'ide.show' ], [ '/auth/userconfirmation/:userConfirmationID', 'user.confirm' ], [ '/auth/resetpassword/:resetID', 'user.showResetPasswordForm' ], [ '/u/:username', 'user.show' ], [ '/', 'main.home' ], [ '', 'main.home' ] ];