From 6f82bca9ecedd005f515f5f138f9e4e37d470fbc Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 07 Jul 2021 15:43:03 +0800
Subject: [PATCH] 1.派遣记录分页,详情接口修改 2.派遣公司登记,查询,curd 接口新增
---
src/main/resources/application.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 9b586ae..0565f5d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -194,6 +194,8 @@
skip-url:
- /blade-test/**
- /recruitment/**
+ - /dispatcherUnit/**
+ - /dispatcher/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3