Skip to content

Commit

Permalink
add paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aomelchenko committed Mar 30, 2013
1 parent 99fa472 commit bbf2e3f
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions api_srv/public/api/voices/index.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,45 @@
{
"resource": "voices",
"list": [
{ "name": "Sparts",
"duration": "3 sec",
{ "name": "This is Sparta!",
"duration": "2 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/sparta.mp3"
"mp3": "/static/This_is_-_SPARTA.mp3"
},
{ "name": "You shall not pass!",
"duration": "4 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/You_Shall_Not_Pass.mp3"
},
{ "name": "Адвокат!",
"duration": "1 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/Advokat.mp3"
},
{ "name": "Nooooo",
"duration": "5 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/Darth_Vader_-_Nooooooo.mp3"
},
{ "name": "First blood",
"duration": "1 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/First_blood.mp3"
},
{ "name": "Monster KILL",
"duration": "2 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/mmmmmonster_kill.mp3"
},
{ "name": "Нужно больше золота",
"duration": "2 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/Need_more_gold.mp3"
},
{ "name": "I am your father",
"duration": "2 sec",
"thumb": "/static/images/sparta.jpg",
"mp3": "/static/Star_wars_-_i_am_your_father.mp3"
}
]
}

0 comments on commit bbf2e3f

Please sign in to comment.