From 43d4a8434592145ae3fcfb30f332a20f057a1055 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 16 Jul 2021 18:56:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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 67a2a2b..869df71 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -203,6 +203,7 @@
- /workReport/**
- /examSubjectChoices/**
- /exampaper/**
+ - /examScore/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3