Metamigo API build fixes

This commit is contained in:
Darren Clarke 2023-05-25 07:24:29 +00:00
parent 101fea0bf4
commit 608c26c763
6 changed files with 1188 additions and 211 deletions

View file

@ -1,6 +1,6 @@
import * as Hapi from "@hapi/hapi";
import * as Helpers from "../helpers";
import Boom from "boom";
import Boom from "@hapi/boom";
export const GetAllWhatsappBotsRoute = Helpers.withDefaults({
method: "get",