Skip to content

Commit

Permalink
Update mod endpoints to CCDirectLink
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Sep 18, 2024
1 parent 742450f commit cfcb50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic-data/init-entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
{
"type": "mod-database",
"refreshMs": 3600000,
"endpoint": "https://raw.githubusercontent.com/krypciak/CCModDB/stable/npDatabase.min.json"
"endpoint": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/stable/npDatabase.min.json"
},
{
"type": "tool-database",
"refreshMs": 3600000,
"endpoint": "https://raw.githubusercontent.com/krypciak/CCModDB/stable/tools.json"
"endpoint": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/stable/tools.json"
},
{
"type": "purge-database",
Expand Down

0 comments on commit cfcb50b

Please sign in to comment.