-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* /api/v1 Path Has Been Added to NEXT_PUBLIC_SIS_API_URL Variable in Environment Files * DepartmentController Endpoints Have Been Fixed and Updated * DepartmentController Endpoints Have Been Fixed and Updated & getExamScheduleFileDetailByExamScheduleFileId Method Name Has Been Renamed to getExamScheduleFileDetailByDepartmentId * FacultyController Endpoints Have Been Fixed and Updated * FeatureToggleController Endpoints Have Been Fixed and Updated * LessonController Endpoints Have Been Fixed and Updated * LessonScheduleFileController Endpoints Have Been Fixed and Updated * LoginController Endpoints Have Been Fixed and Updated * OfficerController Endpoints Have Been Fixed and Updated * OfficerPasswordOperationController Endpoints Have Been Fixed and Updated * StudentController Endpoints Have Been Fixed and Updated * StudentGraduationController Endpoints Have Been Fixed and Updated * StudentLessonController Endpoints Have Been Fixed and Updated * StudentLessonNoteController Endpoints Have Been Fixed and Updated * StudentLessonRegistrationController Endpoints Have Been Fixed and Updated * StudentPasswordOperationController Endpoints Have Been Fixed and Updated * TeacherController Endpoints Have Been Fixed and Updated * TeacherLessonController Endpoints Have Been Fixed and Updated * TeacherPasswordOperationController Endpoints Have Been Fixed and Updated
- Loading branch information
1 parent
dc51e62
commit 851e941
Showing
23 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
NEXT_PUBLIC_SIS_PROFILE=live | ||
NEXT_PUBLIC_SIS_API_URL=https://sis-be.herokuapp.com | ||
NEXT_PUBLIC_SIS_API_URL=https://sis-be.herokuapp.com/api/v1 | ||
NEXT_PUBLIC_SIS_FE_URL=https://sis-fe.herokuapp.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
PORT=8586 | ||
NEXT_PUBLIC_SIS_PROFILE=local | ||
NEXT_PUBLIC_SIS_API_URL=http://localhost:8585 | ||
NEXT_PUBLIC_SIS_API_URL=http://localhost:8585/api/v1 | ||
NEXT_PUBLIC_SIS_FE_URL=http://localhost:8586 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.