Skip to content

Commit

Permalink
figni.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntknr authored Jan 13, 2022
1 parent 4f597c0 commit de7bb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { ModelViewerElement } from '@google/model-viewer'
import axios from 'axios'
import './style.scss'

const API_BASE = 'https://api.stg.figni.store/api'
const SOCKET_BASE = 'wss://api.stg.figni.store/ws'
const API_BASE = 'https://api.stg.figni.io/api'
const SOCKET_BASE = 'wss://api.stg.figni.io/ws'
const VIEW_THRESHOLD = 0.7

const SVG_AR_BUTTON =
Expand Down

0 comments on commit de7bb90

Please sign in to comment.