desvergue-de-alexandro
java 9 lines 262 Bytes
Raw
1 package com.tecmilenio.mapsconect.controller;
2
3 import org.springframework.web.bind.annotation.RequestMapping;
4 import org.springframework.web.bind.annotation.RestController;
5
6 @RestController
7 @RequestMapping("/certificados")
8 public class CertificadoController {
9 }