feat: add placeholder backend #7

Merged
pufereq merged 24 commits from feat/add-placeholder-backend into develop 2025-08-26 17:56:00 +00:00
4 changed files with 67 additions and 4 deletions
Showing only changes of commit a494b606a5 - Show all commits

View File

@@ -28,6 +28,9 @@ class JudasWebServer:
)
self.app.secret_key = secret_key
self.app.config["WEB_SERVER"] = self
self.app.config["BACKEND"] = self.backend
# hard-code password
self.app.config["PASSWORD"] = "123"