mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
correct the admin password endpoind API
This commit is contained in:
@ -23,7 +23,7 @@ export const API_SERVER_WELCOME_MESSAGE = '/welcomemessage';
|
||||
export const API_SERVER_OFFLINE_MESSAGE = '/offlinemessage';
|
||||
export const API_SERVER_NAME = '/name';
|
||||
export const API_SOCIAL_HANDLES = '/socialhandles';
|
||||
export const API_STREAM_KEY = '/key';
|
||||
export const API_STREAM_KEY = '/adminpass';
|
||||
export const API_STREAM_TITLE = '/streamtitle';
|
||||
export const API_TAGS = '/tags';
|
||||
export const API_USERNAME = '/name';
|
||||
|
||||
Reference in New Issue
Block a user