blob: dad3ff9f472a8fc8649b8b69e346705a4fcb19bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
package com.juick.www.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* Created by aalexeev on 11/21/16.
*/
@Controller
@RequestMapping("/help")
public class HelpController {
}
|