Skip to content

Commit

Permalink
Update WebConfig.java
Browse files Browse the repository at this point in the history
abidknashtech authored Nov 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2823c9a commit 9fb8cbe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.nashtech.car.cart;

/*
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
@@ -17,3 +18,5 @@ public void addCorsMappings(CorsRegistry registry) {
.maxAge(3600);
}
}
*/

0 comments on commit 9fb8cbe

Please sign in to comment.