Added context buttons, temporary fixes to allow preview

This commit is contained in:
Davide Passoni
2024-06-28 11:04:18 +02:00
parent 329e9b86fd
commit cd38a2f053
12 changed files with 164 additions and 28 deletions

View File

@@ -129,8 +129,6 @@ export class ServerManager {
}
setAddress(address: string) {
// Temporary
address = "http://localhost:3000/"
this.#REST_ADDRESS = `${address}olympus`
console.log(`Setting REST address to ${this.#REST_ADDRESS}`)
}