Merge branch 'tibor' into 'master'
login as POST See merge request bossanyit/aitrainer_server!3
This commit is contained in:
commit
0f4630a7b0
@ -86,7 +86,7 @@ class CustomerController ( private val customerRepository: CustomerRepository )
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/login")
|
@PostMapping("/login")
|
||||||
fun login(@Valid @RequestBody json: String): ResponseEntity<*> {
|
fun login(@Valid @RequestBody json: String): ResponseEntity<*> {
|
||||||
val customer = Customer()
|
val customer = Customer()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user