Skip to content

Commit

Permalink
Develop (#49)
Browse files Browse the repository at this point in the history
* Update instance.vue

* Update amiyabotServer.ts
  • Loading branch information
vivien8261 authored Oct 17, 2024
1 parent 24177a3 commit 370eaaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/request/remote/amiyabotServer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import HttpRequest from '@/lib/http'
import { StringDict } from '@/lib/common'

export const amiyaBotServerHost = 'https://server.amiyabot.com:10001'
// export const amiyaBotServerHost = 'https://server.amiyabot.com:10001'
export const amiyaBotServerHost = 'https://cdn.amiyabot.com'
export const uploadPluginUrl = amiyaBotServerHost + '/uploadPlugin'

export const amiyaBotServer = new HttpRequest({
Expand Down

0 comments on commit 370eaaa

Please sign in to comment.