diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2022-11-21 09:00:03 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 09:00:03 -0300 |
commit | 1f0e9f6c50dc9f9f92c59584121aba25dd0df657 (patch) | |
tree | 22d0d75fb373d1da70c83264c7065d85d39afbcc | |
parent | 2cd591d26bdd237823026de59c6547ba44c86953 (diff) | |
download | website-1f0e9f6c50dc9f9f92c59584121aba25dd0df657.tar.gz website-1f0e9f6c50dc9f9f92c59584121aba25dd0df657.tar.bz2 website-1f0e9f6c50dc9f9f92c59584121aba25dd0df657.tar.xz website-1f0e9f6c50dc9f9f92c59584121aba25dd0df657.zip |
Update news.js
Seriously, how many times is this referenced?!
-rw-r--r-- | tools/news.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/news.js b/tools/news.js index 9e89a50..66e98ee 100644 --- a/tools/news.js +++ b/tools/news.js @@ -6,7 +6,7 @@ const https = require("https"); const fs = require("fs"); -const source = "https://themanaworld.github.io/tmwa-server-data/news.json"; +const source = "https://updates.tmw2.org/legacy/news.json"; console.info("Acquiring news from static site..."); |