Rename public group URLs to halls
This commit is contained in:
@@ -307,7 +307,7 @@ document.getElementById('start').onclick = async function(e) {
|
||||
let button = /** @type{HTMLButtonElement} */(this);
|
||||
button.hidden = true;
|
||||
try {
|
||||
await start("/group/public/");
|
||||
await start("/hall/public/");
|
||||
} catch(e) {
|
||||
displayError(e);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user