From 86c7c863d6b6e7c4de1365b84e178e08e4ead86e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 24 Jan 2024 12:57:48 -0600 Subject: [PATCH] slim bootstrap file --- resources/js/bootstrap.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index 677d70b2b..5f1390b01 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -1,10 +1,3 @@ -/** - * The axios HTTP library is used by a variety of first-party Laravel packages - * like Inertia in order to make requests to the Laravel backend. This will - * automatically handle sending the CSRF token via a header based on the - * value of the "XSRF" token cookie sent with previous HTTP responses. - */ - import axios from 'axios'; window.axios = axios;