XYOracleNetwork/clients

View on GitHub
packages/automation-witness-server/src/Server/addDependencies.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { Application } from 'express'

export const addDependencies = (app: Application) => {
  // TODO: Add add dependencies here
  return app
}