Remove empty settings mock

This commit is contained in:
Eli Ribble 2026-02-16 20:20:53 +00:00
parent d4ed987857
commit 0b97c2cecc
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{{ template "sync/layout/base.html" . }}
{{ define "title" }}Dash{{ end }}
{{ define "extraheader" }}
{{ end }}
{{ define "content" }}
{{ end }}

View file

@ -34,7 +34,6 @@ func Router() chi.Router {
addMock(r, "/mock/report/{code}/schedule", "sync/mock/report-schedule.html") 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/report/{code}/update", "sync/mock/report-update.html")
addMock(r, "/mock/service-request/{code}", "sync/mock/service-request-detail.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", "sync/mock/setting-user.html")
addMock(r, "/mock/setting/user/add", "sync/mock/setting-user-add.html") addMock(r, "/mock/setting/user/add", "sync/mock/setting-user-add.html")