Server Configured

This commit is contained in:
RIT Services
2026-08-03 12:28:42 +00:00
parent 9f419a2503
commit fafb8d5bce
19 changed files with 93 additions and 131 deletions

View File

@@ -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