renamed all dao files

This commit is contained in:
Miodec 2021-06-12 17:11:07 +01:00
parent cb21657d30
commit 267dbb6a1a
7 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import ConfigDAO from "../../dao/configDAO";
import ConfigDAO from "../../dao/config";
import { validateConfig } from "../../handlers/validation";
class ConfigController {