mirror of
https://github.com/khoaliber/dockhand.git
synced 2026-03-08 05:39:06 +00:00
Initial commit
This commit is contained in:
7
routes/api/changelog/+server.ts
Normal file
7
routes/api/changelog/+server.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { json } from '@sveltejs/kit';
|
||||
import type { RequestHandler } from './$types';
|
||||
import changelog from '$lib/data/changelog.json';
|
||||
|
||||
export const GET: RequestHandler = async () => {
|
||||
return json(changelog);
|
||||
};
|
||||
Reference in New Issue
Block a user