diff --git a/kakomimasu.cpp b/kakomimasu.cpp index 6efba6d..1c8285c 100644 --- a/kakomimasu.cpp +++ b/kakomimasu.cpp @@ -11,7 +11,7 @@ const int DIR[8][2] = { {1, 1}, }; -string host = "https://kakomimasu.website/api"; +string host = "https://kakomimasu.com/api"; void setHost(string s) { host = s; } @@ -239,4 +239,4 @@ void KakomimasuClient::setAction(vector action) { string post_data = val.serialize(); cout << curlPost("/match/" + m_game_id + "/action", post_data, m_bearer) << endl; -}; \ No newline at end of file +};