feat: add series

This commit is contained in:
2023-08-07 14:44:04 +02:00
parent 990db3ae50
commit 7390d35a98
16 changed files with 275 additions and 23 deletions

View File

@ -0,0 +1,6 @@
import { Handlers } from "$fresh/server.ts";
export const handler: Handlers = {
async GET() {
},
};