add endpoints for kontor-api

This commit is contained in:
Thomas Peetz
2026-01-09 17:04:46 +01:00
parent 98eb72bd22
commit e5d4b748dc
12 changed files with 95 additions and 30 deletions
@@ -13,7 +13,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.authentication.dao.DaoAuthenticationProvider;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;