fix lib
deskripsi: - pindah lib di dalam app ke src ( lib setara app dan app_modules )
This commit is contained in:
4
src/lib/router_hipmi/router_image_preview.ts
Normal file
4
src/lib/router_hipmi/router_image_preview.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const RouterImagePreview = {
|
||||
main: ({ id }: { id: string }) => `/dev/image-preview/${id}`,
|
||||
not_user_image: ({ id }: { id: string }) => `/preview-image/${id}`,
|
||||
};
|
||||
Reference in New Issue
Block a user