Skip to content

Commit

Permalink
поправил url
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimRozov committed Mar 28, 2024
1 parent 17a871f commit 23ad3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/api/get-data-variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const dataErrorTemplate = document.querySelector('#data-error').content.q
export const sendErrorTemplate = document.querySelector('#error').content.querySelector('.error');
export const sendFormErrorTemplate = document.querySelector('#success').content.querySelector('.success');
export const SHOW_ERROR_TIME = 5000;
export const BASE_URL = 'https://31.javascript.htmlacademy.pro/kekstagra';
export const BASE_URL = 'https://31.javascript.htmlacademy.pro/kekstagram';
export const Route = {
GET_DATA: '/data',
SEND_DATA: '/',
Expand Down

0 comments on commit 23ad3e4

Please sign in to comment.