Skip to content

Commit

Permalink
fixup move setupPopulateDBApi
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Duvivier committed Nov 27, 2024
1 parent e83047a commit c6d3a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { addTsoaValidationFailureLogging } from "@util/logging";
import { EXPRESS_PORT, NODE_ENV } from "@config";
import { disableWriteWhenNotDev } from "@disableWriteWhenNotDev";
import { runMigrations } from "@db/migrations";
import setupPopulateDBApi from "@__test__/setupPopulateDBApi";
import setupPopulateDBApi from "@setupPopulateDBApi";

async function startServer() {
disableWriteWhenNotDev(app);
Expand Down

0 comments on commit c6d3a79

Please sign in to comment.