Kaynağa Gözat

Update exports

Export all module contents in the facade.
master
TheoryOfNekomata 1 yıl önce
ebeveyn
işleme
b37d217381
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +2
    -0
      src/modules/init/index.ts
  2. +1
    -1
      src/routes.ts

+ 2
- 0
src/modules/init/index.ts Dosyayı Görüntüle

@@ -0,0 +1,2 @@
export * from './InitService';
export * from './InitController';

+ 1
- 1
src/routes.ts Dosyayı Görüntüle

@@ -1,5 +1,5 @@
import { FastifyInstance } from 'fastify';
import { InitController, InitControllerImpl } from './modules/init/InitController';
import { InitController, InitControllerImpl } from './modules/init';

export const addDefaultRoutes = (server: FastifyInstance) => {
server


Yükleniyor…
İptal
Kaydet