Skip to content

Commit

Permalink
Uncomment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IliyanID committed Sep 19, 2021
1 parent 29adfb9 commit 1904432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Back-End/src/main/java/com/tco/Server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ private void configureRestfulApiServer() {
timer.scheduleAtFixedRate(new TimerTask() {
public void run() {
log.info("Refreshing Resources");
//etsy = new Etsy();
//instagram = new Instagram();
etsy = new Etsy();
instagram = new Instagram();

}
}, 0, period);
Expand Down

0 comments on commit 1904432

Please sign in to comment.