Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d176a3a

Browse files
authored
Merge pull request #272 from mbaghel/feature/role-intake
Feature/role intake
2 parents 98ab018 + 7bd8a97 commit d176a3a

File tree

443 files changed

+13015
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

443 files changed

+13015
-22
lines changed

config/dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
CONNECT_WEBSITE_URL: "https://connect.topcoder-dev.com",
1111

1212
API: {
13-
V5: "https://api.topcoder-dev.com/v5",
13+
V5: "https://api.topcoder-dev.com/v5", //"http://localhost:3030/api/v5"
1414
V3: "https://api.topcoder-dev.com/v3",
1515
},
1616
};

package-lock.json

+39-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"classnames": "^2.2.6",
6262
"express": "^4.17.1",
6363
"faker": "^5.5.3",
64+
"file-loader": "^6.2.0",
6465
"final-form": "^4.20.1",
6566
"final-form-arrays": "^3.0.2",
6667
"immutability-helper": "^3.1.1",
Loading
Loading

0 commit comments

Comments
 (0)