Browse Source

/v2/siteinfo/en -> /v2/site-info/en

visuddhinanda 1 year ago
parent
commit
985e265e0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard-v4/dashboard/src/load.ts

+ 1 - 1
dashboard-v4/dashboard/src/load.ts

@@ -73,7 +73,7 @@ export const grammarTermFetch = () => {
 };
 };
 
 
 const init = () => {
 const init = () => {
-  get<ISiteInfoResponse | IErrorResponse>("/v2/siteinfo/en").then(
+  get<ISiteInfoResponse | IErrorResponse>("/v2/site-info/en").then(
     (response) => {
     (response) => {
       if ("title" in response) {
       if ("title" in response) {
         const it: ISite = {
         const it: ISite = {