Skip to content

Commit

Permalink
Merge pull request #13 from julia1121i1/master
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Jan 28, 2025
2 parents 998cbf6 + 17a05f9 commit f13927f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ <h2 class="pictures__title visually-hidden">Фотографии других
<section class="img-upload">
<div class="img-upload__wrapper">
<h2 class="img-upload__title visually-hidden">Загрузка фотографии</h2>

<form class="img-upload__form" id="upload-select-image" method="post" action="https://32.javascript.htmlacademy.pro/kekstagram" enctype="multipart/form-data" autocomplete="off">
<form class="img-upload__form" id="upload-select-image" method="post" action="https://31.javascript.htmlacademy.pro/kekstagram" enctype="multipart/form-data" autocomplete="off">


<!-- Изначальное состояние поля для загрузки изображения -->
Expand Down
2 changes: 1 addition & 1 deletion js/server.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const BASE_URL = 'https://32.javascript.htmlacademy.pro/kekstagram';
const BASE_URL = 'https://31.javascript.htmlacademy.pro/kekstagram';
const Route = {
GET_DATA: '/data',
SEND_DATA: '/',
Expand Down

0 comments on commit f13927f

Please sign in to comment.