Files
tp/serv_nginx/api_bb
valitovgaziz 12f805f9e1 new file: begushiybashkir/bbvue/public/images/locations/1mayPark.webp
new file:   begushiybashkir/bbvue/public/images/locations/dinamo.jpg
	new file:   begushiybashkir/bbvue/public/images/locations/riverSide.jpeg
	modified:   begushiybashkir/bbvue/src/views/Training.vue
	modified:   serv_nginx/api_bb/internal/handlers/handler_util.go
	modified:   serv_nginx/api_bb/internal/handlers/user.go
	modified:   serv_nginx/api_bb/internal/routes/routes.go
	modified:   serv_nginx/api_bb/internal/service/auth_service.go
	modified:   serv_nginx/api_bb/internal/service/user_service.go
add photo location into trainings page
2025-10-12 16:55:55 +05:00
..
2025-10-08 03:41:42 +05:00
2025-10-11 08:40:37 +05:00
2025-10-11 08:40:37 +05:00
2025-10-08 01:15:53 +05:00

go-rest-api/ ├── cmd/ │ └── server/ │ └── main.go ├── internal/ │ ├── config/ │ │ └── config.go │ ├── handlers/ │ │ ├── health.go │ │ ├── auth.go │ │ └── handlers.go │ ├── models/ │ │ └── user.go │ ├── repository/ │ │ └── user_repository.go │ ├── service/ │ │ └── auth_service.go │ └── routes/ │ └── routes.go ├── pkg/ │ ├── database/ │ │ └── database.go │ └── middleware/ │ └── middleware.go ├── go.mod └── go.sum