|
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("/mensajes") |
|
8
|
public class MensajesController { |
|
9
|
} |