desvergue-de-alexandro
java 9 lines 254 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("/carreras")
8 public class CarreraController {
9 }