website/services.py

5 lines
97 B
Python

services: dict[str, str] = {
"minirt": "localhost:7080",
"minishell": "localhost:8080"
}