From 8988233da897e8447a1dbdb700836fb8576e5e6b Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 11 Dec 2019 18:54:05 +0530 Subject: :tada: Initial Commit --- src/config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/config.js (limited to 'src/config.js') diff --git a/src/config.js b/src/config.js new file mode 100644 index 0000000..1281554 --- /dev/null +++ b/src/config.js @@ -0,0 +1,3 @@ +export const Config = { + baseUrl: "http://localhost:5555" +} \ No newline at end of file -- cgit v1.2.3