Skip to content

Commit e9463a9

Browse files
committed
Change github remote url
1 parent 3cb190b commit e9463a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Devices/MystrixSim/WebUI/server/github-release-asset-proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const ALLOWED_ASSET_API_HOST = 'api.github.com'
2-
const ALLOWED_ASSET_API_PATH = /^\/repos\/203Null\/MatrixOS\/releases\/assets\/\d+$/
2+
const ALLOWED_ASSET_API_PATH = /^\/repos\/(?:203Null|203-Systems)\/MatrixOS\/releases\/assets\/\d+$/
33

44
export const GITHUB_RELEASE_ASSET_PROXY_PATH = '/api/firmware-release'
55

Devices/MystrixSim/WebUI/src/components/FirmwarePage.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
writeFirmwareSourcePrefs,
1414
} from '../stores/firmwareSource.js'
1515
16-
const RELEASES_WEB_URL = 'https://github.com/203Null/MatrixOS/releases'
17-
const RELEASES_API_URL = 'https://api.github.com/repos/203Null/MatrixOS/releases'
16+
const RELEASES_WEB_URL = 'https://github.com/203-Systems/MatrixOS/releases'
17+
const RELEASES_API_URL = 'https://api.github.com/repos/203-Systems/MatrixOS/releases'
1818
const RELEASE_ASSET_PROXY_PATH = '/api/firmware-release'
1919
const LOCAL_BUILD_PACKAGE_URL = `/MatrixOS${FIRMWARE_PACKAGE_SUFFIX}`
2020
const LOCAL_BUILD_PACKAGE_NAME = `MatrixOS${FIRMWARE_PACKAGE_SUFFIX}`

0 commit comments

Comments
 (0)