Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ace8a7

Browse files
committed
Transition to 2024
1 parent f39dbfe commit 3ace8a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎backend/deploy/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ instance_class: F1
88
#prevents creating additional instances
99
automatic_scaling:
1010
min_instances: 0
11-
max_instances: 8
11+
max_instances: 1
1212

1313
env_variables:
1414
PROD: true

‎backend/src/routers/dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async def get_user_raw(
4040
async def get_wrapped_user_raw(
4141
response: Response,
4242
user_id: str,
43-
year: int = 2023,
43+
year: int = 2024,
4444
access_token: Optional[str] = None,
4545
) -> WrappedPackage:
4646
await update_keys()

‎frontend/src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ export const BACKEND_URL = PROD
2828
? 'https://api.githubtrends.io'
2929
: 'http://localhost:8000';
3030

31-
export const CURR_YEAR = 2023;
31+
export const CURR_YEAR = 2024;

0 commit comments

Comments
 (0)