Обновлен фронтенд
This commit is contained in:
2
frontend
2
frontend
Submodule frontend updated: 9ff0cefd57...b5d3074f76
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
Reference in New Issue
Block a user