Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
gleasonw committed Oct 7, 2023
1 parent 435f214 commit b50b5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ class Series(BaseModel):
name: str


@app.get("/series")
@app.get("/api/series")
async def get(
term: str,
start_date: Optional[int] = None,
Expand Down

0 comments on commit b50b5d7

Please sign in to comment.