chore: update license

This commit is contained in:
Tristan Yang
2022-07-14 22:21:38 +08:00
parent ab9e1b9e54
commit c2797a132c
4 changed files with 725 additions and 705 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ export const serverApi = createApi({
}),
upsertLicense: builder.mutation<boolean, string>({
query: (license) => ({
url: "/license/save",
url: "/license",
method: "PUT",
body: { license }
})