From 991e44b4bd4aadc5eb6dbbe196c7a0adc3295106 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 16 Jul 2021 18:55:33 +0800
Subject: [PATCH] 考试管理

---
 src/main/resources/application.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0b4dec6..67a2a2b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -202,6 +202,7 @@
       - /trainingRegistration/**
       - /workReport/**
       - /examSubjectChoices/**
+      - /exampaper/**
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3