diff options
author | Mateja <mail@matejamaric.com> | 2020-11-08 20:17:01 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-11-08 20:17:01 +0100 |
commit | de0600b75c3eeff15352f58e2631f2e19da4b252 (patch) | |
tree | dde19872d13b29a946dde312b50a971bdde17643 /public/mix-manifest.json | |
parent | d5691453f708ff5a288daeec21a00a19e888ca40 (diff) | |
download | yota-laravel-de0600b75c3eeff15352f58e2631f2e19da4b252.tar.gz yota-laravel-de0600b75c3eeff15352f58e2631f2e19da4b252.zip |
Show special call description.
Diffstat (limited to 'public/mix-manifest.json')
-rw-r--r-- | public/mix-manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 2d60117..9c01802 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,5 @@ { "/js/app.js": "/js/app.js", - "/css/app.css": "/css/app.css" + "/css/app.css": "/css/app.css", + "/js/reserve.js": "/js/reserve.js" } |