Skip to content

Commit

Permalink
[4.x] Http Client Link State (#1078)
Browse files Browse the repository at this point in the history
* fix path

* compile
  • Loading branch information
tomirons authored Jun 16, 2021
1 parent b61cf69 commit d43db08
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions public/app-dark.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=6ea9e0f12bd102d7fecf",
"/app-dark.css": "/app-dark.css?id=bc22d805b64b5a2ecaaa",
"/app.css": "/app.css?id=d2d43f24f2a54d31e084"
"/app.js": "/app.js?id=c48415fc82fa39a8e52f",
"/app-dark.css": "/app-dark.css?id=6906f1f2fc2f23cf8a99",
"/app.css": "/app.css?id=16d2a66165bdfcf0ad02"
}
2 changes: 1 addition & 1 deletion resources/js/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default [
},

{
path: '/client-request/:id',
path: '/client-requests/:id',
name: 'client-request-preview',
component: require('./screens/client-requests/preview').default,
},
Expand Down

0 comments on commit d43db08

Please sign in to comment.