mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
Allow adding custom javascript to the page. Closes #2604
This commit is contained in:
@ -11,6 +11,7 @@ export const RESET_TIMEOUT = 3000;
|
||||
// CONFIG API ENDPOINTS
|
||||
export const API_CUSTOM_CONTENT = '/pagecontent';
|
||||
export const API_CUSTOM_CSS_STYLES = '/customstyles';
|
||||
export const API_CUSTOM_JAVASCRIPT = '/customjavascript';
|
||||
export const API_FFMPEG = '/ffmpegpath';
|
||||
export const API_INSTANCE_URL = '/serverurl';
|
||||
export const API_LOGO = '/logo';
|
||||
|
||||
Reference in New Issue
Block a user