Skip to content

Commit 5b36226

Browse files
authored
Merge pull request #47 from PokeAPI/staging
Use v1
2 parents 37c00cb + c2c835c commit 5b36226

File tree

13 files changed

+8706
-10
lines changed

13 files changed

+8706
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
executor: node
1616
steps:
1717
- checkout
18-
- run: (cd functions && npm ci)
1918
- run: PROJECT=pokeapi-test-b6137 sh -x scripts/test.sh
2019

2120
deploy:

firebase.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"functions": {},
2+
"functions": {
3+
"source": "functions_v1"
4+
},
35
"hosting": {
46
"public": "public",
57
"ignore": [
@@ -10,7 +12,7 @@
1012
"rewrites": [
1113
{
1214
"source": "/api/**",
13-
"function": "api_v2functions"
15+
"function": "api_v1functions"
1416
}
1517
],
1618
"trailingSlash": false,
@@ -32,4 +34,4 @@
3234
}
3335
]
3436
}
35-
}
37+
}

0 commit comments

Comments
 (0)