Create and list apps
This commit is contained in:
parent
8680155ccb
commit
023eaaa04c
@ -1,7 +1,5 @@
|
|||||||
import { promises as fs } from 'fs';
|
|
||||||
import type { NextApiRequest, NextApiResponse } from 'next';
|
import type { NextApiRequest, NextApiResponse } from 'next';
|
||||||
import path from 'path';
|
import { apps } from '../../../services';
|
||||||
import { apps, metadata } from '../../../services';
|
|
||||||
import type { App, IdPMetadata } from '../../../types';
|
import type { App, IdPMetadata } from '../../../types';
|
||||||
|
|
||||||
export default async function handler(
|
export default async function handler(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user