Use headers for all routes

This commit is contained in:
Christoph Hagen
2022-10-12 21:53:16 +02:00
parent 213bb1c179
commit 30abe56325
3 changed files with 245 additions and 146 deletions

View File

@ -6,6 +6,8 @@ enum HeaderKey: String {
case password
case email
case token
case visibility
case action
}
extension Request {