Browse Source

跨域添加DELETE和PUT

master
zy_Java 4 years ago
parent
commit
076db792be
  1. 2
      src/main/resources/application-dev.yml

2
src/main/resources/application-dev.yml

@ -44,6 +44,8 @@ spring:
- OPTIONS - OPTIONS
- GET - GET
- POST - POST
- DELETE
- PUT
max-age: 3600 max-age: 3600
routes: routes:
- id: ht-service - id: ht-service

Loading…
Cancel
Save