Browse Source

correct the admin password endpoind API

pull/2619/head
dorj222 2 years ago
parent
commit
c3caa0716f
  1. 2
      web/utils/config-constants.tsx

2
web/utils/config-constants.tsx

@ -23,7 +23,7 @@ export const API_SERVER_WELCOME_MESSAGE = '/welcomemessage'; @@ -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…
Cancel
Save