Skip to content

Commit

Permalink
feat: merge ign map into master
Browse files Browse the repository at this point in the history
  • Loading branch information
may_nguyen committed Aug 19, 2022
1 parent 9569721 commit dd7626f
Show file tree
Hide file tree
Showing 7 changed files with 15,868 additions and 10 deletions.
2 changes: 1 addition & 1 deletion backend/app/app/api/api_v1/endpoints/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@router.get("/style")
def generate_style(
theme: Optional[str] = "dark",
background: Optional[str] = "map"
background: Optional[str] = "ign"
) -> Dict:
"""
Generate style
Expand Down
Loading

0 comments on commit dd7626f

Please sign in to comment.