refactor(server, web): standardize theme api response (#4664)

* web: standardize theme api response

* revert makefile change that i didn't mean to commit
This commit is contained in:
Wingy 2023-10-26 19:32:33 -07:00 committed by GitHub
parent 7ff68223ab
commit a08a687951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 28 deletions

View file

@ -16,8 +16,8 @@ void main() {
// final instance = ServerThemeDto();
group('test ServerThemeDto', () {
// SystemConfigThemeDto theme
test('to test the property `theme`', () async {
// String customCss
test('to test the property `customCss`', () async {
// TODO
});