test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit 79a4a9721d - Show all commits
+1 -1
View File
@@ -70,7 +70,7 @@ class FileService:
class ConfigService:
def get_config(self):
return settings.items()
return dict(settings.items())
async def update_config(self, data: dict):
admin_token = data.get("admin_token")