Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/Pages/University.js

    raf801e3 r3b6962d  
    1414} from "../Components/Styled/EntityList.style";
    1515import { CurrentPageNav } from "../Components/Styled/Main.style";
    16 import LoadingSpinner from "../Components/Styled/LoadingSpinner.style";
    1716
    1817const University = () => {
     
    2322
    2423  useEffect(() => {
    25     const url = `http://192.168.0.29:8080/public/faculties?universityId=${params.universityId}`;
     24    const url = `http://192.168.0.19:8080/public/faculties?universityId=${params.universityId}`;
    2625
    2726    const fetchData = async () => {
     
    106105  ) : !fetchError && !loaded ? (
    107106    <div>
    108       <LoadingSpinner style={{ marginTop: "140px" }}/>
     107      <p style={{ marginTop: "140px" }}>се вчитува...</p>
    109108      <Outlet />
    110109    </div>
Note: See TracChangeset for help on using the changeset viewer.