From 60a09b74e2091c49da33c000c9e4b61e2cdd237b Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 18 Jul 2021 15:50:48 +0800
Subject: [PATCH] 报名考试查询接口修改
---
src/main/resources/application.yml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0565f5d..1e43e3e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -196,6 +196,16 @@
- /recruitment/**
- /dispatcherUnit/**
- /dispatcher/**
+ - /equipage/**
+ - /car/**
+ - /gun/**
+ - /trainingRegistration/**
+ - /workReport/**
+ - /examSubjectChoices/**
+ - /exampaper/**
+ - /examScore/**
+ - /exampaper/**
+ - /apply/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3