diff --git a/frontend/in.json b/frontend/in.json index 473f5e6..0843f5b 100644 --- a/frontend/in.json +++ b/frontend/in.json @@ -1,6 +1,6 @@ { "backend_url": { "prod": "https://latinise.me", - "dev": "https://192.168.178.100", + "dev": "https://192.168.178.100" } } diff --git a/frontend/src/config.in b/frontend/src/config.in index 17bed1a..2311d27 100644 --- a/frontend/src/config.in +++ b/frontend/src/config.in @@ -8,4 +8,5 @@ module.exports = { // After how many failed attempts should we help the user REVIEW_HELP_MOD: 3 -}; \ No newline at end of file +}; +