|
@@ -19,7 +19,7 @@ var (
|
|
|
"/students/{id}/update": GetStudentForUpdate,
|
|
|
"/students/add/": GetStudentForAdd,
|
|
|
|
|
|
- "/api/students": GetStudentsFast,
|
|
|
+ "/api/students": GetStudentsAll,
|
|
|
"/api/students/{id}": GetStudentAll,
|
|
|
"/api/students/{id}/update": GetStudentForUpdate,
|
|
|
"/api/students/add/": GetStudentForAdd,
|