INC-1 add structer for authtoken users

This commit is contained in:
vladp
2025-11-24 10:26:19 +07:00
parent 2b11f55bab
commit ce57cae177
8 changed files with 76 additions and 0 deletions
@@ -0,0 +1,7 @@
package ru.soune.no_copy.controller;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class AuthController {
}