Closed marshall007 closed 7 years ago
Hello. Yes, because the resource crud methods already have there's path. Not a lot time ago I have added new param pathPrefix which is solving your case. Simply use like that:
@ResourceParams({
url: env.URL,
pathPrefix: '/sources'
})
export class SourceResource extends ResourceCRUD<{}, ISource, ISource> { }
I will close the issue. Feel free to create new with other questions or proposals.
Workaround is to just include the
path
in theurl
: