aboutsummaryrefslogtreecommitdiffstats
path: root/backend/functions/firebase.json
blob: 0a050b317cf232b8b798028a81bf5825dff226f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "hosting": {
    "public": ".",
    "rewrites": [
      {
        "source": "/**",
        "function": "api"
      }
    ]
  }
}