refactor: Remove SkillController

pull/1/head
Lunix-420 2024-10-28 15:42:00 +01:00
parent f16519de9b
commit 243738bd34
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
package com.maradona.backend.controllers;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
@RestController
@RequestMapping("/api/skills")
public class SkillController {
}