This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/dist/controllers/index.js
T
2023-08-02 13:46:34 +05:30

9 lines
405 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAnimeCategory = void 0;
const animeCategory_controller_1 = __importDefault(require("./animeCategory.controller"));
exports.getAnimeCategory = animeCategory_controller_1.default;