Server Configured
This commit is contained in:
@@ -27,9 +27,7 @@ interface UserSession {
|
||||
roleOrType: string;
|
||||
}
|
||||
|
||||
const BACKEND_URL = window.location.origin.includes('localhost')
|
||||
? 'http://localhost:8080'
|
||||
: window.location.origin;
|
||||
const BACKEND_URL = 'https://cmsapi.rit-services.in';
|
||||
|
||||
function App() {
|
||||
// Auth State
|
||||
|
||||
Reference in New Issue
Block a user