Ignore:
File:
1 edited

Legend:

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

    raf801e3 r3b6962d  
    1616import SubjectsAccordion from "../Components/SubjectsAccordion";
    1717import { CurrentPageNav } from "../Components/Styled/Main.style";
    18 import LoadingSpinner from "../Components/Styled/LoadingSpinner.style";
    1918
    2019const Faculty = () => {
     
    2827
    2928  useEffect(() => {
    30     const urlProfessors = `http://192.168.0.29:8080/public/professors?facultyId=${params.facultyId}`;
    31     const urlStudyProgrammes = `http://192.168.0.29:8080/public/study_programmes?facultyId=${params.facultyId}`;
     29    const urlProfessors = `http://192.168.0.19:8080/public/professors?facultyId=${params.facultyId}`;
     30    const urlStudyProgrammes = `http://192.168.0.19:8080/public/study_programmes?facultyId=${params.facultyId}`;
    3231
    3332    const fetchDataProfessors = async () => {
     
    225224  ) : !fetchError && !loadedProfessors ? (
    226225    <div>
    227       <LoadingSpinner style={{ marginTop: "140px" }}/>
     226      <p style={{ marginTop: "140px" }}>се вчитува...</p>
    228227      <Outlet />
    229228    </div>
Note: See TracChangeset for help on using the changeset viewer.