Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
孙永强 committed Feb 18, 2025
1 parent 54e2544 commit e9e06b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seahub/repo_metadata/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
re_path(r'^tags-files/$', MetadataTagsFiles.as_view(), name='api-v2.1-metadata-tags-files'),

# map
re_path(r'^location/$', MetadataLocation.as_view(), name='api-v2.1-image-location'),
re_path(r'^location/$', MetadataLocation.as_view(), name='api-v2.1-metadata-location'),
]

0 comments on commit e9e06b2

Please sign in to comment.