-
Notifications
You must be signed in to change notification settings - Fork 0
/
firebase.json
68 lines (68 loc) · 1.85 KB
/
firebase.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"hosting": {
"public": "public",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "/rest/trainings{,/}",
"destination": "/rest/trainings.json"
},
{
"source": "/rest/trainings/tra:14{,/}",
"destination": "/rest/trainings/tra:14.json"
},
{
"source": "/rest/trainings/tra:21{,/}",
"destination": "/rest/trainings/tra:21.json"
},
{
"source": "/rest/trainings/tra:22{,/}",
"destination": "/rest/trainings/tra:22.json"
},
{
"source": "/rest/discounts{,/}",
"destination": "/rest/discounts.json"
},
{
"source": "/rest/discounts/dis:421{,/}",
"destination": "/rest/discounts/dis:421.json"
},
{
"source": "/rest/discounts/dis:422{,/}",
"destination": "/rest/discounts/dis:422.json"
},
{
"source": "/rest/discounts/dis:423{,/}",
"destination": "/rest/discounts/dis:423.json"
},
{
"source": "/rest/discounts/dis:424{,/}",
"destination": "/rest/discounts/dis:424.json"
},
{
"source": "/rest/discounts/dis:425{,/}",
"destination": "/rest/discounts/dis:425.json"
},
{
"source": "/rest/discounts/dis:426{,/}",
"destination": "/rest/discounts/dis:426.json"
},
{
"source": "/rest/discounts/dis:427{,/}",
"destination": "/rest/discounts/dis:427.json"
},
{
"source": "/rest/discounts/dis:428{,/}",
"destination": "/rest/discounts/dis:428.json"
},
{
"source": "/rest/discounts/dis:429{,/}",
"destination": "/rest/discounts/dis:429.json"
},
{
"source": "/rest/discounts/dis:430{,/}",
"destination": "/rest/discounts/dis:430.json"
}
]
}
}