Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
IliyanID committed Sep 19, 2021
1 parent ecadc91 commit 71b318f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Back-End/src/main/java/com/tco/Server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ private void processRestfulApiRequests()
});

https.get("/defaultsite",(request,response)->{
response.type("application/json");
response.header("Access-Control-Allow-Origin","*");
response.status(200); //Success

response.redirect("https://www.lindibracelets.com");
return "";
});
Expand Down
Binary file modified Back-End/target/classes/com/tco/Server/Server.class
Binary file not shown.

0 comments on commit 71b318f

Please sign in to comment.