|
|
@@ -3,7 +3,7 @@
|
|
|
/**
|
|
|
* Cosmoe API Client
|
|
|
* API Documentation: https://cos.world/api/v1/api_docs.html
|
|
|
- * Base URL: http://cos.moe/api/v1/
|
|
|
+ * Base URL: http://cos.cx/api/v1/
|
|
|
*/
|
|
|
|
|
|
interface ApiResponse<T = any> {
|
|
|
@@ -111,7 +111,7 @@ interface BookingRequest {
|
|
|
}
|
|
|
|
|
|
export class CosmoeClient {
|
|
|
- private baseUrl = "https://cos.world/api/v1";
|
|
|
+ private baseUrl = "https://cos.cx/api/v1";
|
|
|
private userId?: number;
|
|
|
private token?: string;
|
|
|
|