Skip to content

Commit 4f91281

Browse files
chore: 🐛 minor fix in routes
1 parent f1c4878 commit 4f91281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ function phpstanPagination() {
614614
async runPhpStan() {
615615
this.running = true;
616616
617-
const response = await fetch('/phpstan-run', {
617+
const response = await fetch('/phpstan-report/run', {
618618
method: 'POST',
619619
headers: {
620620
'Content-Type': 'application/json',
@@ -639,7 +639,7 @@ function phpstanPagination() {
639639
this.message = '';
640640
641641
try {
642-
const fetchLvlResponse = await fetch('/phpstan/level', {
642+
const fetchLvlResponse = await fetch('/phpstan-report/change-level', {
643643
method: 'POST',
644644
headers: {
645645
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)