Skip to content

Commit

Permalink
Update api.config.ts
Browse files Browse the repository at this point in the history
Switch tg dialog
  • Loading branch information
seelentov committed Jul 17, 2024
1 parent 9f03662 commit 8da9eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/api.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const API_URL = process.env.API_URL || 'https://pixellperfect.ru'
export const API_TOKEN = process.env.API_TOKEN
export const TELEGRAM_API_KEY = "6454568318:AAFIqVdc_oB71z24yogZOpY5fSUmmLh_q5o";
export const TELEGRAM_CHAT_ID = 816233444;
export const TELEGRAM_CHAT_ID = -4200885676;

0 comments on commit 8da9eab

Please sign in to comment.