mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-05 17:49:19 +00:00
(front end prep for Purchasing Tickets module)
This commit is contained in:
6
resources/views/scripts/app.blade.php
Normal file
6
resources/views/scripts/app.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
window.App = {
|
||||
csrfToken: '{{ csrf_token() }}',
|
||||
stripePublicKey: '{{ config('services.stripe.key') }}',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user