Skip to content

Commit

Permalink
renamed ts to meet conversion and change all conresponding export
Browse files Browse the repository at this point in the history
  • Loading branch information
SatapasT committed Jul 9, 2024
1 parent 0971f83 commit ce0331c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/routes/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { handleGetCsrfToken } from "@server/auth/csrf"
import { handleMethodNotAllowed } from "@server/common/middleware"

import handlers from "./auth_handlers"
import rememberUserReferrerForRedirect from "./rememberUserReferrerForRedirect"
import rememberUserReferrerForRedirect from "./referrer_redirect"

const auth_router = ExpressRouter()

Expand Down
File renamed without changes.

0 comments on commit ce0331c

Please sign in to comment.