swagger order

This commit is contained in:
Ravi Prasad
2025-07-01 18:24:12 -05:00
parent 637d3e4aba
commit 3d93e26a71
7 changed files with 49 additions and 8 deletions
+18 -4
View File
@@ -94,7 +94,8 @@
}
}
}
}
},
"x-order": 2
}
},
"/api/playershotchart": {
@@ -179,7 +180,8 @@
}
}
}
}
},
"x-order": 3
}
},
"/api/playertotals": {
@@ -264,7 +266,8 @@
}
}
}
}
},
"x-order": 1
}
}
},
@@ -451,5 +454,16 @@
}
}
}
}
},
"tags": [
{
"name": "PlayerTotals"
},
{
"name": "PlayerStats"
},
{
"name": "PlayerShotChart"
}
]
}