no more sad.ovh
This commit is contained in:
parent
054c6ce662
commit
97b5ae8eea
4 changed files with 7 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,13 @@
|
|||
# the Pianoverse Client
|
||||
# [Pianoverse Client for pianoverse.me](https://pianoverse.me/)
|
||||
|
||||
Extracted from the https://pianoverse.net site at 10:33, November 25.
|
||||
Bundle.js has modifications to point towards "api.pianoverse.sad.ovh"
|
||||
Bundle.js has modifications to point towards "api.pianoverse.me"
|
||||
Commit ID: 6202927ae53e43bafd8b8fd3be1ffcaaa45426a3
|
||||
|
||||
|
||||
```
|
||||
let wsurl = "";
|
||||
if(!localStorage.host){
|
||||
wsurl = "wss://api.pianoverse.sad.ovh";
|
||||
wsurl = "wss://api.pianoverse.me";
|
||||
} else if(localStorage.host == "mainline") {
|
||||
wsurl = "wss://pianoverse.net"
|
||||
} else if(localStorage.host == "dev") {
|
||||
|
|
2
robots.txt
Normal file
2
robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-Agent: *
|
||||
Allow: /
|
1
sitemap.txt
Normal file
1
sitemap.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://pianoverse.me/
|
Loading…
Reference in a new issue