

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