From 1a8fdd1e29e2e69a452eedbd65cca97c01ee3e84 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 16 Jul 2021 17:09:33 +0800
Subject: [PATCH] 考试管理
---
src/main/resources/application.yml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0565f5d..0b4dec6 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -196,6 +196,12 @@
- /recruitment/**
- /dispatcherUnit/**
- /dispatcher/**
+ - /equipage/**
+ - /car/**
+ - /gun/**
+ - /trainingRegistration/**
+ - /workReport/**
+ - /examSubjectChoices/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3