Skip to content

Commit ae6de62

Browse files
committed
update changes
1 parent 4a47619 commit ae6de62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12063,7 +12063,7 @@ __webpack_require__.r(__webpack_exports__);
1206312063
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1206412064
/* harmony export */ });
1206512065
var constants = {
12066-
HOST_URL: 'http://laravel-react-redux.test/api',
12066+
HOST_URL: 'http://laravel-react-boilerplate.test/api',
1206712067
headers: {
1206812068
'Content-Type': 'application/json',
1206912069
Accept: 'application/json'

public/js/resources_js_components_Dashboard_js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Dashboard() {
1818
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
1919
className: "dashboard",
2020
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h1", {
21-
children: "Laravel React Redux Boilerplate"
21+
children: "Laravel React Boilerplate"
2222
})
2323
});
2424
}

resources/js/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const constants = {
2-
HOST_URL: 'http://laravel-react-redux.test/api',
2+
HOST_URL: 'http://laravel-react-boilerplate.test/api',
33
headers: {
44
'Content-Type': 'application/json',
55
Accept: 'application/json',

0 commit comments

Comments
 (0)