Skip to content

Commit af111fd

Browse files
committed
updates
1 parent 105026d commit af111fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend_api/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def openai_json():
7575
return None
7676

7777
def update_changelog(new_data):
78-
changelog_file = 'frontend.json'
78+
changelog_file = 'changelog.json'
7979

8080
if new_data is None:
8181
return

0 commit comments

Comments
 (0)