fix use lib
All checks were successful
platform/bro-js/journal.pl/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich 2025-03-11 18:30:34 +03:00
parent 1f4bb81dee
commit a4447e978a

View File

@ -120,7 +120,7 @@ export const CoursesList = () => {
// Создаем меню сервисов
serviceMenuInstanceRef.current = window.createServiceMenu({
accessToken: keycloak.token,
apiUrl: 'https://admin.bro-js.ru/api/global-settings/v1',
apiUrl: 'https://admin.bro-js.ru',
targetElement: serviceMenuContainerRef.current,
styles: {
dotColor: '#333',