diff --git a/src/eatery/util/constants.py b/src/eatery/util/constants.py index f9494a2..7ce3afd 100644 --- a/src/eatery/util/constants.py +++ b/src/eatery/util/constants.py @@ -2,7 +2,7 @@ from eatery.datatype.Eatery import EateryID -CORNELL_DINING_URL = "https://now.dining.cornell.edu/api/1.0/dining/eateries.json" +CORNELL_DINING_URL = "https://admin-now.dining.cornell.edu/api/1.0/dining/eateries.json" CORNELL_VENDOR_URL = ( "https://vendor-api-extra.scl.cornell.edu/api/external/location-count" )