Test Title get /test
function () {
/**
* Test Title
* some description
*
* @author ijse
* @async true
* @abcdfeg adkjf aeirjwi woef ofasdkf jhkasldjf klasjdkfl ask
* @param name username
* @param pass password
* @return success|fail
*/
this.render.text("hello ved");
}
Test Title2 get /artical/list
function () {
/**
* Test Title2
* some description
* @author ijse
* @async false
*/
this.render.ftl("index", {
"title": "hello",
"message": "index page",
"mylist": ["1", "2", "3"]
});
}
Test Title get /testssssss
function () {
/**
* Test Title
* some description
*
* @author ijse
* @async true
* @abcdfeg adkjf aeirjwi woef ofasdkf jhkasldjf klasjdkfl ask
* @param name username
* @param pass password
* @return success|fail
*/
this.render.text("hello ved");
}
Test Title2 get /artical/listfffffff
function () {
/**
* Test Title2
* some description
* @author ijse
* @async false
*/
this.render.ftl("index", {
"title": "hello",
"message": "index page",
"mylist": ["1", "2", "3"]
});
}
Test Title22222 get /test
function () {
/**
* Test Title22222
* some description
* @author ijse
* @async false
*/
this.render.text("hello ved");
}