Compare commits
No commits in common. '6af2ab0b32502c5f09d9082b05b0198cf1fcfe2c' and 'c5f052ed43cec754ed685576fec44ea4d8510a81' have entirely different histories.
6af2ab0b32
...
c5f052ed43
@ -1,15 +0,0 @@
|
||||
package com.kiisoo.ic.activity.controller;
|
||||
|
||||
import com.kiisoo.ic.common.BaseController;
|
||||
import io.swagger.annotations.Api;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
@Api(value = "后台-裂变", tags = {"后台-裂变"})
|
||||
@RequestMapping(value = "/welcome")
|
||||
@Slf4j
|
||||
public class FissionController extends BaseController {
|
||||
|
||||
}
|
Loading…
Reference in New Issue