fix: tabby server url in website

improve-workflow
Meng Zhang 2023-06-08 22:19:57 -07:00
parent c461e3ce12
commit 6564cf7ef9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import axios from "axios"
import React, { useRef, useEffect } from "react"
import Editor, { useMonaco } from "@monaco-editor/react"
let TabbyServerURL = "https://app.tabbyml.com/api/workspace/tabbyml/tabby";
let TabbyServerURL = "https://tabbyml.app.tabbyml.com/tabby";
export default function MonacoEditor(props) {
function beforeMount(monaco) {