mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
correct the admin password endpoind API
This commit is contained in:
parent
f94e61b14d
commit
c3caa0716f
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue