Skip to content

Commit

Permalink
adds redirects to schema reg in beta
Browse files Browse the repository at this point in the history
adds redirects to schema reg in beta
  • Loading branch information
Deflaimun authored Dec 11, 2023
2 parents 014065f + 767f766 commit 532d003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@ status = 301
from = "/docs/*"
to = "/current/:splat"
status = 301


[[redirects]]
from = "/current/manage/schema-reg/*"
to = "/beta/manage/schema-reg/:splat"
status = 307

0 comments on commit 532d003

Please sign in to comment.