Skip to content

Commit a7d7389

Browse files
valenmanSethDavenport
authored andcommitted
change url for load lions and elephants data (#29)
1 parent b15e752 commit a7d7389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/animals/animal.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { ANIMAL_TYPES, AnimalType } from '../animals/animal.types';
66

77
// A fake API on the internets.
88
const URLS = {
9-
[ANIMAL_TYPES.LION]: 'http://www.mocky.io/v2/588d70ad100000e50f2d2983',
10-
[ANIMAL_TYPES.ELEPHANT]: 'http://www.mocky.io/v2/588d702d100000d50f2d2980',
9+
[ANIMAL_TYPES.ELEPHANT]: 'http://www.mocky.io/v2/588d70ad100000e50f2d2983',
10+
[ANIMAL_TYPES.LION]: 'http://www.mocky.io/v2/588d702d100000d50f2d2980',
1111
};
1212

1313
@Injectable()

0 commit comments

Comments
 (0)