Skip to content

Commit

Permalink
поменял порт API
Browse files Browse the repository at this point in the history
dan0102dan committed Sep 30, 2023

Unverified

The committer email address is not verified.
1 parent b865734 commit ede80ef
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/exchangelAPI.ts
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@ import { dataSync } from './tools/index'

dataSync(60 * 60 * 1000)

app.listen(2096)
app.listen(49300)
2 changes: 1 addition & 1 deletion web/src/API.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios'

export const server = axios.create({
baseURL: 'https://exchangel.dan0102dan.ru:2096',
baseURL: 'http://exchangel.dan0102dan.ru:49300',
headers: {
Authorization: (window as any).Telegram.WebApp.initData
}

0 comments on commit ede80ef

Please sign in to comment.