From 1389ffe2bfe31be7687ef8e64c1eb638ddda74bc Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Mon, 28 Oct 2024 10:23:05 +0800 Subject: [PATCH] updated --- frontend/index.html | 2 +- frontend/src/client/services.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c17ab5b..bdec7fb 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - Full Stack FastAPI Project + ALL & ONE CMS diff --git a/frontend/src/client/services.ts b/frontend/src/client/services.ts index a1c08b8..bf35f1c 100644 --- a/frontend/src/client/services.ts +++ b/frontend/src/client/services.ts @@ -522,7 +522,7 @@ export class OrganService { ): CancelablePromise { const { id, formData } = data return __request(OpenAPI, { - method: "PATCH", + method: "PUT", url: "/api/v1/organ/{id}", path: { id: id,