Skip to content

Commit

Permalink
fix: report card request method on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
veloii committed Jun 1, 2024
1 parent f7c93dd commit 25da6dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ export default defineConfig({
link: "/client-api/operations/list-on-report-cards",
},
{
label: "[POST] Get Report Card",
label: "[GET] Get Report Card",
link: "/client-api/operations/get-on-report-card",
},
{
label: "[POST] Get Report Card Summary",
label: "[GET] Get Report Card Summary",
link: "/client-api/operations/get-on-report-card-summary-comment",
},
{
label: "[POST] Get Report Card Target",
label: "[GET] Get Report Card Target",
link: "/client-api/operations/get-on-report-card-target",
},
],
Expand Down

0 comments on commit 25da6dd

Please sign in to comment.