Skip to content

Commit 84c6697

Browse files
DecodeAndCodechiranjeev kundu
and
chiranjeev kundu
authored
port number was wrong replaced from 3005 to 3000 (#1434)
Co-authored-by: chiranjeev kundu <“chiranjeevkundu2000@gmail.com”>
1 parent 5bae8f5 commit 84c6697

File tree

6 files changed

+38
-1
lines changed

6 files changed

+38
-1
lines changed

.idea/.gitignore

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

.idea/inspectionProfiles/Project_Default.xml

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

.idea/modules.xml

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

.idea/talawa-admin.iml

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

.idea/vcs.xml

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

src/components/AddOn/support/services/Plugin.helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class PluginHelper {
22
fetchStore = async (): Promise<any> => {
3-
const result = await fetch(`http://localhost:3005/store`);
3+
const result = await fetch(`http://localhost:3000/store`);
44
return await result.json();
55
};
66

0 commit comments

Comments
 (0)