Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Feb 8, 2018
1 parent 2e217ab commit dec90fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
requestInterceptor: function() {
this.headers['X-CSRF-TOKEN'] = '{{ csrf_token() }}';
return this;
}
},
presets: [
SwaggerUIBundle.presets.apis,
Expand Down

0 comments on commit dec90fd

Please sign in to comment.