generated from nhcarrigan/template
chore: update gitea releases url to new org path
This commit is contained in:
@@ -13,7 +13,7 @@ import type { AboutResponse, GiteaRelease } from "@elysium/types";
|
||||
/* v8 ignore next -- @preserve */
|
||||
const apiVersion = process.env.npm_package_version ?? "unknown";
|
||||
|
||||
const giteaReleasesUrl = "https://git.nhcarrigan.com/api/v1/repos/nhcarrigan-ideation/elysium/releases";
|
||||
const giteaReleasesUrl = "https://git.nhcarrigan.com/api/v1/repos/nhcarrigan/elysium/releases";
|
||||
const cacheTtlMs = 5 * 60 * 1000;
|
||||
|
||||
interface ReleasesCache {
|
||||
|
||||
Reference in New Issue
Block a user