fix: Update url_for to use api. blueprint prefix for migrated endpoints
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8e3346178d
commit
b505427355
@ -429,7 +429,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
<a href="{{ url_for('api_gbp_audit_health') }}" class="btn btn-outline btn-sm" target="_blank">
|
||||
<a href="{{ url_for('api.api_gbp_audit_health') }}" class="btn btn-outline btn-sm" target="_blank">
|
||||
<svg width="16" height="16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"/>
|
||||
</svg>
|
||||
|
||||
@ -552,7 +552,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
<a href="{{ url_for('api_seo_audit') }}" class="btn btn-outline btn-sm" target="_blank">
|
||||
<a href="{{ url_for('api.api_seo_audit') }}" class="btn btn-outline btn-sm" target="_blank">
|
||||
<svg width="16" height="16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"/>
|
||||
</svg>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user