Create JSON file with instance list (#85)

* Create json file with instance list

* Remove trailing slashes
This commit is contained in:
David
2022-02-07 19:51:59 +01:00
committed by GitHub
parent 6b8ed50251
commit 0d5d9a129e
2 changed files with 10 additions and 0 deletions

View File

@@ -52,3 +52,6 @@ cypress/screenshots
# docker # docker
Dockerfile Dockerfile
.dockerignore .dockerignore
# instance list
instances.json

7
instances.json Normal file
View File

@@ -0,0 +1,7 @@
[
"https://lingva.ml",
"https://translate.alefvanoon.xyz",
"https://translate.igna.rocks",
"https://lingva.pussthecat.org",
"https://translate.datatunnel.xyz"
]