mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Post-merge fixes
This commit is contained in:
@ -63,6 +63,8 @@ export const CREATE_WEBHOOK = `${API_LOCATION}webhooks/create`;
|
||||
// hard coded social icons list
|
||||
export const SOCIAL_PLATFORMS_LIST = `${NEXT_PUBLIC_API_HOST}api/socialplatforms`;
|
||||
|
||||
export const TEMP_UPDATER_API = LOGS_ALL;
|
||||
|
||||
|
||||
const GITHUB_RELEASE_URL = "https://api.github.com/repos/owncast/owncast/releases/latest";
|
||||
|
||||
@ -72,12 +74,6 @@ interface FetchOptions {
|
||||
auth?: boolean;
|
||||
};
|
||||
|
||||
export async function fetchData(url: string, options?: FetchOptions) {
|
||||
// TEMP
|
||||
export const TEMP_UPDATER_API = LOGS_ALL;
|
||||
|
||||
const GITHUB_RELEASE_URL = "https://api.github.com/repos/owncast/owncast/releases/latest";
|
||||
|
||||
export async function fetchData(url: string, options?: object) {
|
||||
const {
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user