We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c4878 commit 4f91281Copy full SHA for 4f91281
resources/views/index.blade.php
@@ -614,7 +614,7 @@ function phpstanPagination() {
614
async runPhpStan() {
615
this.running = true;
616
617
- const response = await fetch('/phpstan-run', {
+ const response = await fetch('/phpstan-report/run', {
618
method: 'POST',
619
headers: {
620
'Content-Type': 'application/json',
@@ -639,7 +639,7 @@ function phpstanPagination() {
639
this.message = '';
640
641
try {
642
- const fetchLvlResponse = await fetch('/phpstan/level', {
+ const fetchLvlResponse = await fetch('/phpstan-report/change-level', {
643
644
645
0 commit comments