validation

This commit is contained in:
2018-04-25 20:12:10 -04:00
parent 5db5cf17e1
commit 0e4ceac959
8 changed files with 12 additions and 111 deletions

View File

@@ -20,7 +20,7 @@ const httpOptionsPut = {
@Injectable()
export class GamesService {
APIURL = "http://192.241.155.78/ludosdata/api.php";
APIURL = "http://192.241.155.78/api.php";
constructor(
private http: HttpClient