Skip to content

Commit

Permalink
Fixed SQL Query Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Aug 10, 2023
1 parent 1dfa0e2 commit 9df2818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/domain/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def domain_summary():
# List active domains
@domain_bp.route('/list', methods=['GET'])
def domain_list():
sql_file = "app/api/database/postgres/queries/domain/summary.sql"
sql_file = "app/api/database/postgres/queries/domain/list_domains.sql"

# Read sql file
with open(sql_file) as file:
Expand Down

0 comments on commit 9df2818

Please sign in to comment.