|
@@ -20,7 +20,7 @@ interface httpResponse {
|
|
|
})
|
|
})
|
|
|
export class TirageComponent implements OnInit {
|
|
export class TirageComponent implements OnInit {
|
|
|
|
|
|
|
|
- private readonly URL = "http://localhost:4000"
|
|
|
|
|
|
|
+ private readonly URL = "https://api-prod.foodgame.fr"
|
|
|
user: User
|
|
user: User
|
|
|
formTirage: FormGroup
|
|
formTirage: FormGroup
|
|
|
messageError: string = null
|
|
messageError: string = null
|