Ver a proveniência

tt

release_toaliyun_real
xhxu há 5 anos
ascendente
cometimento
632555a685
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      mallinkTTCApi/src/main/java/com/iformall/controller/HomeController.java

+ 3
- 1
mallinkTTCApi/src/main/java/com/iformall/controller/HomeController.java Ver ficheiro

@@ -8,10 +8,12 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
@Api(description = "")
@RequestMapping("/api")
@Api(description = "api")
public class HomeController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass());



Carregando…
Cancelar
Guardar