From 5cd15844ea0017f2b42fafbe59fd35d943df2230 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 17 Jul 2021 10:19:11 +0800
Subject: [PATCH] 选项屏蔽正确答案,返回时间
---
src/main/resources/application.yml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0565f5d..959ded7 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -196,6 +196,15 @@
- /recruitment/**
- /dispatcherUnit/**
- /dispatcher/**
+ - /equipage/**
+ - /car/**
+ - /gun/**
+ - /trainingRegistration/**
+ - /workReport/**
+ - /examSubjectChoices/**
+ - /exampaper/**
+ - /examScore/**
+ - /exampaper/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3