Added main page and basic axios query
This commit is contained in:
@@ -15,6 +15,6 @@ module.exports = {
|
||||
},
|
||||
rules: {
|
||||
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off"
|
||||
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user