Added Assignment Response Model
This commit is contained in:
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@CrossOrigin
|
||||
public class TokenController {
|
||||
|
||||
public static String SERVICE_URL = "http://localhost:3000";
|
||||
private final static String SERVICE_URL = "http://localhost:3000";
|
||||
|
||||
@Autowired
|
||||
private UserService userService;
|
||||
|
Reference in New Issue
Block a user