Formatting
This commit is contained in:
parent
83769bb816
commit
ca011abee5
@ -3,7 +3,7 @@ import authKey from "./authKey.js";
|
||||
import detailedRequestLogging from "./detailedRequestLogging.js";
|
||||
|
||||
export default (router) => {
|
||||
router.use("/", detailedRequestLogging);
|
||||
router.use("/interactions-flow", authKey);
|
||||
router.use("/unified-data-gateway", authKey);
|
||||
router.use("/", detailedRequestLogging);
|
||||
router.use("/interactions-flow", authKey);
|
||||
router.use("/unified-data-gateway", authKey);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user