From dec90fdf336ba478f8014d41c4abe9a776cd14b8 Mon Sep 17 00:00:00 2001 From: Darius Matulionis Date: Thu, 8 Feb 2018 13:06:34 +0200 Subject: [PATCH] fix missing comma --- resources/views/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 7910f61..c8763f3 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -84,7 +84,7 @@ requestInterceptor: function() { this.headers['X-CSRF-TOKEN'] = '{{ csrf_token() }}'; return this; - } + }, presets: [ SwaggerUIBundle.presets.apis,