From 4f5d115831f4051925d2d9aa4d912a6a0c662855 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sat, 7 Jan 2023 20:33:40 -0800 Subject: [PATCH] fixup! Generate region enums --- riven/srcgen/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riven/srcgen/index.js b/riven/srcgen/index.js index a62f55a..e520eb4 100644 --- a/riven/srcgen/index.js +++ b/riven/srcgen/index.js @@ -40,7 +40,7 @@ const files = [ '.maps.json' ], [ - 'https://raw.githubusercontent.com/MingweiSamuel/riotapi-schema/master/src/data/routesTable.json', + 'http://www.mingweisamuel.com/riotapi-schema/routesTable.json', '.routesTable.json' ], ];