diff --git a/html/template/sync/mock/setting.html b/html/template/sync/mock/setting.html deleted file mode 100644 index 45dfd935..00000000 --- a/html/template/sync/mock/setting.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ template "sync/layout/base.html" . }} - -{{ define "title" }}Dash{{ end }} -{{ define "extraheader" }} -{{ end }} -{{ define "content" }} -{{ end }} diff --git a/sync/routes.go b/sync/routes.go index 1efe74bf..83397562 100644 --- a/sync/routes.go +++ b/sync/routes.go @@ -34,7 +34,6 @@ func Router() chi.Router { addMock(r, "/mock/report/{code}/schedule", "sync/mock/report-schedule.html") addMock(r, "/mock/report/{code}/update", "sync/mock/report-update.html") addMock(r, "/mock/service-request/{code}", "sync/mock/service-request-detail.html") - addMock(r, "/mock/setting", "sync/mock/setting.html") addMock(r, "/mock/setting/user", "sync/mock/setting-user.html") addMock(r, "/mock/setting/user/add", "sync/mock/setting-user-add.html")