Skip to content

NO APPLICATION WAS FOUND FOR movieapp-13434.onmodulus.net #5

Description

@tachyon-ops

so, this zip doesn't have the right url... just fix it like so:

in js/service.js:
substitute line 6:

return $resource('http://movieapp-13434.onmodulus.net/api/movies/:id',{id:'@_id'},{

for the following three:

  $url = 'http://movieapp-sitepointdemos.rhcloud.com/api/movies/:id';
  //$url = 'http://movieapp-13434.onmodulus.net/api/movies/:id';
  return $resource($url,{id:'@_id'},{

just because I want to keep all info... otherwise, just erase the commented line and keep right url.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions