Skip to content

Commit

Permalink
🚑️: FIX refactor API (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas authored Mar 15, 2024
1 parent 2459aef commit d53d302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion backend/src/Service/ClassesScraperService.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private function removeUslessClasses(array $classes): array
}
}

return $classes;
return array_values($classes);

}
}
2 changes: 1 addition & 1 deletion frontend/app_student/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DEV_API_URL=https://api-dev.lukasvalois.com
PROD_API_URL=https://api-dev.lukasvalois.com
PROD_API_URL=https://api.lukasvalois.com

0 comments on commit d53d302

Please sign in to comment.