Redirecting to hamo.com

This commit is contained in:
Senad Uka
2018-08-05 14:14:39 +02:00
parent 97b5e3c5ae
commit 8a28915f87
4 changed files with 34 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
module.exports = {
friendlyName: 'Signin',
description: 'Signin users.',
inputs: {
},
exits: {
success: {
responseType: 'view',
viewTemplatePath: 'pages/users/signin'
}
},
fn: async function (inputs, exits) {
return exits.success({ url: "//hamo.com" });
}
};

View File

@@ -25,7 +25,7 @@ module.exports.routes = {
***************************************************************************/
'/': {
view: 'pages/homepage'
action: 'users/signin'
},
/***************************************************************************

View File

@@ -1 +0,0 @@
<strong>Hello world!</strong>

View File

@@ -0,0 +1,2 @@
Yeah!
<a href="<%= url %>" ><img src="/images/signingwithgoogle.png" /> </a>