Skip to content

Commit

Permalink
FEAT:add white list
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo pelu committed Dec 5, 2024
1 parent 7234c4c commit 5a2b7f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/pos/app/config/WebSocketConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
"http://localhost:5173",
"http://localhost:7700",
"http://localhost:1",
"https://pos-application-fe.vercel.app"
};

public void configureMessageBroker(MessageBrokerRegistry config) {
Expand Down

0 comments on commit 5a2b7f1

Please sign in to comment.