move files

This commit is contained in:
Martin Karkowski 2020-08-21 23:52:06 +02:00
parent 36f936ddc2
commit 38bba656a0
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import {generate} from 'openapi-typescript-codegen';
import { startBackend } from '../src/startBackend';
import { startBackend } from '../../src/startBackend';
// Start the Backend
const result = startBackend({port: 3001});