Skip to content
Snippets Groups Projects
Commit 791306e0 authored by oetrb's avatar oetrb
Browse files

fixed student

parent 2c0f16b7
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class StudentService { ...@@ -64,7 +64,7 @@ class StudentService {
getAll() { getAll() {
return axios return axios
.get(API_URL + 'getStudent', { .get(API_URL + 'getStudents', {
headers: authHeader() headers: authHeader()
}) })
.then(response => { .then(response => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment