Skip to content

Commit

Permalink
fix: prefer redirect over goto for ongoing draft interface
Browse files Browse the repository at this point in the history
  • Loading branch information
VeeIsForVanana committed Aug 8, 2024
1 parent d3a36a0 commit 9a59006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { redirect } from "@sveltejs/kit";

redirect(307, '/dashboard/drafts/regular/students')

This file was deleted.

0 comments on commit 9a59006

Please sign in to comment.