Skip to content

Commit 2a16f15

Browse files
author
tvinzz
committed
updated twosky links
1 parent 148af01 commit 2a16f15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AdguardExtension/SafariWebExtension/extension/tools/locales/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"twosky_config_path": "../../.twosky.json",
3-
"api_url": "https://twosky.adtidy.org/api/v1",
3+
"api_url": "https://twosky.int.agrd.dev/api/v1",
44
"source_relative_path": "../../src",
55
"supported_source_filename_extensions": [
66
".ts",

SupportingScripts/localization.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#
2323
# Configuration
2424
#
25-
API_UPLOAD_URL = "https://twosky.adtidy.org/api/v1/upload"
26-
API_DOWNLOAD_URL = "https://twosky.adtidy.org/api/v1/download"
25+
API_UPLOAD_URL = "https://twosky.int.agrd.dev/api/v1/upload"
26+
API_DOWNLOAD_URL = "https://twosky.int.agrd.dev/api/v1/download"
2727
# Root directory of the project files (relative to this script)
2828
BASE_PATH = "../"
2929

0 commit comments

Comments
 (0)