From bb99e8923e36dbbc2639fcc0a1a1191e2221277d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 27 Jul 2021 15:26:28 +0800
Subject: [PATCH] 新增保安员查询接口(根据组织机构
---
src/main/resources/application.yml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0565f5d..d9c303e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -196,6 +196,17 @@
- /recruitment/**
- /dispatcherUnit/**
- /dispatcher/**
+ - /equipage/**
+ - /car/**
+ - /gun/**
+ - /trainingRegistration/**
+ - /workReport/**
+ - /examSubjectChoices/**
+ - /exampaper/**
+ - /examScore/**
+ - /exampaper/**
+ - /apply/**
+ - /trainExam/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3