Обновлен фронтенд

This commit is contained in:
sshkurov
2022-02-06 11:07:20 +03:00
parent b48e23fdc5
commit 3b5662548f
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.socket.config.annotation.EnableWebSocket; import org.springframework.web.socket.config.annotation.EnableWebSocket;
import org.springframework.web.socket.config.annotation.WebSocketConfigurer; import org.springframework.web.socket.config.annotation.WebSocketConfigurer;
import org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry; import org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry;
import ru.serega6531.packmate.WebSocketHandler; import ru.serega6531.packmate.controller.WebSocketHandler;
@EnableWebSocket @EnableWebSocket
@Configuration @Configuration

View File

@@ -1,4 +1,4 @@
package ru.serega6531.packmate; package ru.serega6531.packmate.controller;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;