Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Updated to the new canteen URL
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 18, 2021
1 parent 682c2a3 commit 94b1700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExternalData/Classes/Manager/CanteenManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class CanteenManager: AbstractManager
{
//--------------------------------------------------------Attributes:-----------------------------------------------------------------\\
#region --Attributes--
private static readonly Uri CANTEENS_URI = new Uri("https://tum-dev.github.io/eat-api/canteens.json");
private static readonly Uri CANTEENS_URI = new Uri("https://tum-dev.github.io/eat-api/enums/canteens.json");
private static readonly TimeSpan MAX_TIME_IN_CACHE = TimeSpan.FromDays(7);

private const string JSON_LOCATION = "location";
Expand Down

0 comments on commit 94b1700

Please sign in to comment.