Skip to content

Commit 9f28fcf

Browse files
committed
Backport netlify function deployment from master.
1 parent 58cf3d8 commit 9f28fcf

File tree

20 files changed

+98
-57
lines changed

20 files changed

+98
-57
lines changed

frontend/mock-api/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const version = require("../../package.json").version;
2-
const config = require("./config.json");
2+
const config = require("./functions/api/config.json");
33

44
config.version = version;
55

frontend/mock-api/autocomplete/countries.json renamed to frontend/mock-api/functions/api/autocomplete/countries.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[
1+
module.exports = [
22
"Afghanistan",
33
"Albania",
44
"Algeria",
@@ -209,4 +209,4 @@
209209
"Yemen",
210210
"Zambia",
211211
"Zimbabwe"
212-
]
212+
];

0 commit comments

Comments
 (0)