Update Config.cs

This commit is contained in:
Namhyeon Go 2024-04-08 16:05:53 +09:00
parent 9c64635baa
commit 600a107861

View File

@ -2,7 +2,7 @@
{
public class Config
{
public static string SEARCH_URL = "http://utilhome.cafe24.com/extlist.xml?q=";
public static string SEARCH_URL = "https://exts.kr/extlist.xml?q=";
public static string MASTODON_HOST = "catswords.social";
public static string MASTODON_ACCESS_TOKEN = "HDVTEfLswvSJZq5MRpim2tp7DifTcgKbMl0mBM5-uHw";
}