유저테이블 변경
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.kamco.cd.kamcoback.auth;
|
||||
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api/auth")
|
||||
public class AuthApiController {
|
||||
|
||||
@PostMapping("/signup")
|
||||
public void signup() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user