refactor(routes): remove /publicar-vaga and /register/job
Both routes are fully replaced by /jobs/new. Deleted directories entirely instead of keeping redirects. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
878a987749
commit
edc1b76cfd
2 changed files with 0 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
|||
import { redirect } from "next/navigation"
|
||||
|
||||
export default function PublicarVagaRedirectPage() {
|
||||
redirect("/jobs/new")
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
import { redirect } from "next/navigation"
|
||||
|
||||
export default function RegisterJobRedirectPage() {
|
||||
redirect("/jobs/new")
|
||||
}
|
||||
Loading…
Reference in a new issue