Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit 5aceb28

Browse files
committed
Delete unused WebSocket configuration file and move CORSFilter, which is
currently not used/configured to the configuration package
1 parent b27111f commit 5aceb28

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

Diff for: samples/core/src/main/java/io/oasp/gastronomy/restaurant/general/configuration/AppWebSocketConfig.java

-31
This file was deleted.

Diff for: samples/core/src/main/java/io/oasp/gastronomy/restaurant/general/security/CORSFilter.java renamed to samples/core/src/main/java/io/oasp/gastronomy/restaurant/general/configuration/CORSFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.oasp.gastronomy.restaurant.general.security;
1+
package io.oasp.gastronomy.restaurant.general.configuration;
22

33
import java.io.IOException;
44

0 commit comments

Comments
 (0)