mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-20 15:04:20 +01:00
feat: define reports endpoint
This commit is contained in:
7
src/controllers/api/reports.ts
Normal file
7
src/controllers/api/reports.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { type AppController } from '@/app.ts';
|
||||
|
||||
const reportsController: AppController = (c) => {
|
||||
return c.json('Reports endpoint');
|
||||
};
|
||||
|
||||
export { reportsController };
|
||||
Reference in New Issue
Block a user