1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-16 05:24:08 +02:00

[Releases3DS/Switch] Update URL (#3910)

Adjust domain name due to "www." variant having invalid TLS certificate.
This commit is contained in:
ORelio
2024-01-22 13:44:28 +01:00
committed by GitHub
parent 6ac976b92e
commit b6909942c8
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ if (!class_exists('Releases3DSBridge')) {
class ReleasesSwitchBridge extends Releases3DSBridge
{
const NAME = 'Switch Scene Releases';
const URI = 'http://www.nswdb.com/';
const URI = 'http://nswdb.com/';
const DESCRIPTION = 'Returns the newest scene releases for Nintendo Switch.';
public function collectData()