Skip to content
This repository was archived by the owner on Jul 18, 2021. It is now read-only.

Commit b33f561

Browse files
committedNov 27, 2016
Changed to pull materials data from Firebase.
1 parent 4e3beb2 commit b33f561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Controllers/HomeController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public async Task<IActionResult> Index()
4040
ViewBag.MeetupEvents = meetupEvents;
4141

4242
var materials = (await JsonParser<Material>.RetrieveJsonDataFromUrlAsync(
43-
"https://sgdotnet.blob.core.windows.net/materials/materials.json"));
43+
"https://sg-dotnet.firebaseio.com/materials.json"));
4444

4545
ViewBag.Materials = materials.OrderByDescending(m => m.UploadedAt);
4646

‎wwwroot/js/site.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
This repository has been archived.