init
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package ru.soune.nocopy.adminpanel.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api")
|
||||
public class PingController {
|
||||
|
||||
@GetMapping("/admin/ping")
|
||||
|
||||
Reference in New Issue
Block a user