mirror of
https://github.com/kennethnym/freya
synced 2026-06-23 09:55:09 +01:00
chore: rename aelis to freya (#122)
This commit is contained in:
6
apps/freya-client/src/api/auth-middleware.ts
Normal file
6
apps/freya-client/src/api/auth-middleware.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ApiRequestMiddleware } from "./client"
|
||||
|
||||
export const authMiddleware: ApiRequestMiddleware = (_url, init) => {
|
||||
// TODO: placeholder auth middleware
|
||||
return init
|
||||
}
|
||||
Reference in New Issue
Block a user