up
BIN
cmd/evening_detective/static/user/assets/forest-DGCb0Pbq.png
Normal file
|
After Width: | Height: | Size: 3.2 MiB |
32
cmd/evening_detective/static/user/assets/index-lopyD5er.js
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 66 KiB |
BIN
cmd/evening_detective/static/user/assets/main-28oI6zBg.ttf
Normal file
|
Before Width: | Height: | Size: 11 MiB |
BIN
cmd/evening_detective/static/user/assets/metal-DzSXT9M1.png
Normal file
|
After Width: | Height: | Size: 859 KiB |
BIN
cmd/evening_detective/static/user/assets/paper-D9hozObQ.jpg
Normal file
|
After Width: | Height: | Size: 20 MiB |
@ -5,8 +5,8 @@
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Вечерний детектив</title>
|
||||
<script type="module" crossorigin src="/assets/index-Dz5oDClU.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CGYTTGLU.css">
|
||||
<script type="module" crossorigin src="/assets/index-lopyD5er.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-2zd-tSug.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@ -136,8 +136,9 @@ func (s *Services) GetTeam(ctx context.Context, req *proto.GetTeamReq) (*proto.G
|
||||
}
|
||||
|
||||
res := make([]*proto.Action, 0, len(actions))
|
||||
for _, place := range s.storyService.GetPlaces(actionsCodes) {
|
||||
for i, place := range s.storyService.GetPlaces(actionsCodes) {
|
||||
newAction := mapPlaceToProtoAction(place)
|
||||
newAction.Id = actions[i].ID
|
||||
newAction.Name = place.Name
|
||||
newAction.Text = place.Text
|
||||
newAction.Image = place.Image
|
||||
|
||||