Skip to content

Commit 94e6567

Browse files
committed
New URL Added
1 parent b9d8001 commit 94e6567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

41. Random Images Feed/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const container = document.querySelector(".content");
2-
const baseURL = "https://source.unsplash.com/random/";
2+
const baseURL = "https://source.unsplash.com/all/";
33
const rows = 7;
44

55
for (let i = 0; i < rows * 3; i++) {

0 commit comments

Comments
 (0)