diff --git a/src/main.ts b/src/main.ts
index 4fbfb44..ee2d2e9 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -11,8 +11,8 @@ import axios from 'axios';
import { AxiosResponse } from "axios";
import { createYmaps } from 'vue-yandex-maps';
-const HOST = "https://cycle-rider.ru";
-// const HOST = "http://localhost:8000";
+// const HOST = "https://cycle-rider.ru";
+const HOST = "http://localhost:8000";
axios.defaults.baseURL = HOST;
diff --git a/src/pages/workouts/WorkoutItem.vue b/src/pages/workouts/WorkoutItem.vue
index a262abb..2330a56 100644
--- a/src/pages/workouts/WorkoutItem.vue
+++ b/src/pages/workouts/WorkoutItem.vue
@@ -26,7 +26,8 @@
}"
/>
-
+
+