Skip to content

Commit

Permalink
Merge pull request #13 from neos-love/develop
Browse files Browse the repository at this point in the history
13.3.4-neos-love.3
  • Loading branch information
rassi0429 authored Feb 6, 2023
2 parents 2dbbdfb + 86a7041 commit e77b462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "13.3.4-neos-love.2",
"version": "13.3.4-neos-love.3",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkUrlPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (requestUrl.hostname === 'cloudx.azurewebsites.net') {
if (w) neosWorldRecordId = w[1]
if(m) {
const data = await fetch("https://api.neos.com/api/sessions/" + m[1], {})
const data = await fetch("https://neos-proxy.kokoa.live/api/sessions/" + m[1], {})
const json = await data.json()
if(data.status == 200) {
neosSessionData = {
Expand Down

0 comments on commit e77b462

Please sign in to comment.