refactor: Use api/v1 namespace for routes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { Router } from 'express';
|
import { Router } from 'express';
|
||||||
import versionAction from '../controllers/api/v1/automatisch/version.js';
|
import versionAction from '../../../controllers/api/v1/automatisch/version.js';
|
||||||
|
|
||||||
const router = Router();
|
const router = Router();
|
||||||
|
|
@@ -3,7 +3,7 @@ import graphQLInstance from '../helpers/graphql-instance.js';
|
|||||||
import webhooksRouter from './webhooks.js';
|
import webhooksRouter from './webhooks.js';
|
||||||
import paddleRouter from './paddle.ee.js';
|
import paddleRouter from './paddle.ee.js';
|
||||||
import healthcheckRouter from './healthcheck.js';
|
import healthcheckRouter from './healthcheck.js';
|
||||||
import automatischRouter from './automatisch.js';
|
import automatischRouter from './api/v1/automatisch.js';
|
||||||
|
|
||||||
const router = Router();
|
const router = Router();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user