Startar separat webserv för frontend
This commit is contained in:
@@ -37,6 +37,6 @@ def start_backend():
|
||||
print(f"Failed to start backend: {e}")
|
||||
|
||||
if __name__ == '__main__':
|
||||
start_frontend()
|
||||
start_frontend() # No need for this as the backend starts a web server on its own.
|
||||
start_backend()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user