mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-27 17:24:19 +01:00
Add boilerplate frontend_configurations controller
This commit is contained in:
7
src/controllers/api/pleroma.ts
Normal file
7
src/controllers/api/pleroma.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { type AppController } from '@/app.ts';
|
||||
|
||||
const frontendConfigController: AppController = (c) => {
|
||||
return c.json({});
|
||||
};
|
||||
|
||||
export { frontendConfigController };
|
||||
Reference in New Issue
Block a user