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,