MOVED frontend out of Vaadin/Spring

This commit is contained in:
2025-05-28 12:17:45 +02:00
parent c11346ec3b
commit 59fb65d377
18 changed files with 194 additions and 216 deletions

View File

@@ -3,13 +3,9 @@ package com.ddf.vodsystem.services;
import com.ddf.vodsystem.entities.VideoMetadata;
import com.ddf.vodsystem.entities.Job;
import com.ddf.vodsystem.entities.JobStatus;
import com.vaadin.flow.server.auth.AnonymousAllowed;
import com.vaadin.hilla.Endpoint;
import org.springframework.stereotype.Service;
@Service
@Endpoint
@AnonymousAllowed
public class EditService {
private final JobService jobService;