(bug): fixed root url

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

View file

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