creations
1ccf80474c
Changed fastify handler to handle the actual registration of the rout file with the routeinfo. changed all ' to " instead moves types and interfaces to the respective folders and files
1 line
No EOL
87 B
TypeScript
1 line
No EOL
87 B
TypeScript
export type TMethod = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS" | "HEAD"; |