(bug): fixed root url

This commit is contained in:
Harry 2024-08-17 12:21:04 +02:00
parent 0e7a614f10
commit 86dbc6e3c4

View file

@ -21,7 +21,7 @@
settings = {
server = {
DOMAIN = "git.hypervirtual.world";
ROOT_URL = "https://hypervirtual.world";
ROOT_URL = "https://git.hypervirtual.world";
HTTP_PORT = 3333;
};
actions = {