Skip to content

Commit

Permalink
Revert "Revert "small front updates to test deploy action""
Browse files Browse the repository at this point in the history
  • Loading branch information
Iglesys347 authored Oct 12, 2024
1 parent 46ebe6d commit 9e1237e
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 9e1237e

Please sign in to comment.