maj port cors
This commit is contained in:
parent
6c1e7491d6
commit
1066697eed
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.*
|
|||
class MatchRestController(private val matchService: MatchService) {
|
||||
|
||||
companion object {
|
||||
const val URL_ORIGIN: String = "http://localhost:8080"
|
||||
const val URL_ORIGIN: String = "http://localhost:80"
|
||||
}
|
||||
|
||||
// Lister tous les matchs
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.RestController
|
|||
class PlayerRestController(private val playerService: PlayerService) {
|
||||
|
||||
companion object {
|
||||
const val URL_ORIGIN: String = "http://localhost:8080"
|
||||
const val URL_ORIGIN: String = "http://localhost:80"
|
||||
}
|
||||
|
||||
// Lister tous les joueurs
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.RestController
|
|||
class RefereeRestController(private val refereeService: RefereeService) {
|
||||
|
||||
companion object {
|
||||
const val URL_ORIGIN: String = "http://localhost:8080"
|
||||
const val URL_ORIGIN: String = "http://localhost:80"
|
||||
}
|
||||
|
||||
// Lister tous les arbitres
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue