Skip to content

Commit

Permalink
small front updates to test deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Iglesys347 committed Oct 12, 2024
1 parent 28e56f4 commit d7276d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/src/api/birds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import instance from "./axios_instance"

export function getBirds() {
return instance.get("/birds")
}
}
2 changes: 1 addition & 1 deletion front/src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export type PaginatedSpecies = {
page: number
per_page: number
items: string[]
}
}

0 comments on commit d7276d7

Please sign in to comment.