mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Fix admin password api path
This commit is contained in:
parent
20b9735f53
commit
453f0e05cf
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