diff --git a/config/ycore.config.js b/config/ycore.config.js index adc0ff31..b8a9bd7e 100644 --- a/config/ycore.config.js +++ b/config/ycore.config.js @@ -26,7 +26,9 @@ module.exports = { openwheater_apiKey:'2acf34be0b8f033b89ba4de1e674d42a', }, Endpoints: { + get_sessions: "https://api.ragestudio.net/RS-YIBTP/yid/session_id?access_token=", auth_endpoint: "https://api.ragestudio.net/RS-YIBTP/yid/auth", + new_post: "https://api.ragestudio.net/RS-YIBTP/yid/new_post?access_token=", get_servicesHandler: 'https://api.ragestudio.net/RS-YIBTP/rs/servicesHandler', get_modhandler: "https://api.ragestudio.net/RS-YIBTP/rs/modHandler", get_subscriptionHandler: "https://api.ragestudio.net/RS-YIBTP/rs/subscriptionHandler", diff --git a/package.json b/package.json index 080317af..ead9d675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comty-development", - "version": "0.1.05", + "version": "0.1.06", "description": "", "main": "index.js", "author": "", diff --git a/src/components/PostCard/index.js b/src/components/PostCard/index.js index 8552d83b..4ee5d237 100644 --- a/src/components/PostCard/index.js +++ b/src/components/PostCard/index.js @@ -21,14 +21,14 @@ class PostCard extends React.PureComponent{ const ident = payload if (ident.includes('.mp4')) { return ( -