mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-12-16 12:36:10 +05:00
36 lines
762 B
JSON
36 lines
762 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "Sophron Ragozin",
|
|
"type": "service",
|
|
"description": "Покупка и продления основного домена neomovies.ru",
|
|
"contributions": [
|
|
"Домен neomovies.ru"
|
|
],
|
|
"year": 2025,
|
|
"isActive": true
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Chernuha",
|
|
"type": "service",
|
|
"description": "Покупка домена neomovies.run",
|
|
"contributions": [
|
|
"Домен neomovies.run"
|
|
],
|
|
"year": 2025,
|
|
"isActive": true
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Iwnuply",
|
|
"type": "code",
|
|
"description": "Создание докер контейнера для API и Frontend",
|
|
"contributions": [
|
|
"Docker"
|
|
],
|
|
"year": 2025,
|
|
"isActive": true
|
|
}
|
|
]
|