Skip to content

I have cloned the project and deploy it,but it does not work. #2

@yong-hong

Description

@yong-hong

I can get data with 'http://localhost:8400/emberspring/blogs
//--------------------------------------------------------------------------
{
"blogs" : [ {
"id" : 1,
"active" : true,
"name" : "EmberJs",
"category" : 2,
"createDate" : "2015-06-17T02:00:24.160+0000",
"links" : {
"posts" : "posts"
}
}, {
"id" : 2,
"active" : true,
"name" : "Spring Framework",
"category" : 2,
"createDate" : "2015-06-17T02:00:24.160+0000",
"links" : {
"posts" : "posts"
}
}, {
"id" : 3,
"active" : true,
"name" : "Spring + EmberJs",
"category" : 2,
"createDate" : "2015-06-17T02:00:24.160+0000",
"links" : {
"posts" : "posts"
}
} ],
"meta" : {
"totalRecords" : 3
}
}
//--------------------------------------------------------------------------

but no data shows with link 'http://localhost:8400/emberspring/index.html'

What should I do to show data?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions