

Nextrek
Diff Revisions 414 vs 415 for /Android/SmartCharging/endPoints/nightly/get_avatar.php
@@ -2,7 +2,7 @@ | |||
2 | 2 | header("Access-Control-Allow-Origin: *"); | |
3 | 3 | header('Content-Type: application/json; charset=UTF-8'); | |
4 | 4 | ||
5 | - | require_once("UserRepository.php"); | |
5 | + | require_once("repositories/UserRepository.php"); | |
6 | 6 | require_once("constants.php"); | |
7 | 7 | ||
8 | 8 | $servername = "localhost"; |