Skip to content

Commit

Permalink
Update extracts path
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 23, 2024
1 parent 5e1440a commit 915db98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ const overpassUrl = computed(() => {
</li>
<li>
{{ $t('project.extract') }}
<a :href="`${config.public.api}/${project.id}/extract/${project.id}.osm.pbf`">
<a :href="`${config.public.api}/${project.id}/export/${project.id}.osm.pbf`">
{{ `${project.id}.osm.pbf` }}
</a>
</li>
<li>
<a :href="`${config.public.api}/${project.id}/extract/update/`">{{
<a :href="`${config.public.api}/${project.id}/export/update/`">{{
$t('project.diff')
}}</a>
</li>
Expand Down

0 comments on commit 915db98

Please sign in to comment.