Skip to content

Commit

Permalink
Use latest ngx-crud with deprecated Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
redaxmedia committed Oct 18, 2021
1 parent 4156e60 commit d7cfa41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"compression": "1.7.4",
"express": "4.17.1",
"harmonize.css": "4.1.2",
"ngx-crud": "8.1.3",
"ngx-crud": "8.2.0",
"rxjs": "7.3.1",
"tslib": "2.3.1",
"zone.js": "0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion src/app/joke/joke.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import { environment } from '../../environments/environment';
export class JokeService extends CrudService<Joke>
{
protected apiUrl : string = environment.apiUrl;
protected endpoint : string = environment.apiRoutes.joke;
protected apiRoute : string = environment.apiRoutes.joke;
}

0 comments on commit d7cfa41

Please sign in to comment.