From 20da77fa732c41efc639cd126d40e84b3214c8fa Mon Sep 17 00:00:00 2001 From: mattyl006 Date: Thu, 22 Sep 2022 13:35:09 +0200 Subject: [PATCH] comment keycloak --- src/index.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/index.js b/src/index.js index 6c683c5..189e572 100644 --- a/src/index.js +++ b/src/index.js @@ -3,8 +3,8 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import './normalize.css'; import App from './App'; -import KeyCloakService from './services/KeyCloakService'; -import HttpService from './services/HttpService'; +// import KeyCloakService from './services/KeyCloakService'; +// import HttpService from './services/HttpService'; const root = ReactDOM.createRoot(document.getElementById('root')); @@ -14,5 +14,7 @@ const renderApp = () => root.render( ); -KeyCloakService.initKeycloak(renderApp); -HttpService.configure(); \ No newline at end of file +// KeyCloakService.initKeycloak(renderApp); +// HttpService.configure(); + +renderApp(); \ No newline at end of file