mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
7 lines
133 B
PHP
7 lines
133 B
PHP
<script>
|
|
window.App = {
|
|
csrfToken: '{{ csrf_token() }}',
|
|
stripePublicKey: '{{ config('services.stripe.key') }}',
|
|
}
|
|
</script>
|