Remove empty settings mock
This commit is contained in:
parent
d4ed987857
commit
0b97c2cecc
2 changed files with 0 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
||||||
{{ template "sync/layout/base.html" . }}
|
|
||||||
|
|
||||||
{{ define "title" }}Dash{{ end }}
|
|
||||||
{{ define "extraheader" }}
|
|
||||||
{{ end }}
|
|
||||||
{{ define "content" }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
@ -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")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue