1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/lib/routes/admin-api
Christopher Kolstad 6c2af3c6bc
fix: add middleware verifying content type
- By default only accepts 'application/json'
- Routes that need different content-type, can call post or put with
  additional arguments, one per content-type you need to support.
2021-02-11 16:09:42 +01:00
..
addon.js feat: Introduce addon framework 2021-02-05 15:20:00 +01:00
api-def.json Add Tags and tag types 2021-01-14 13:09:05 +01:00
archive.js Add service layer 2021-01-21 10:59:19 +01:00
archive.test.js fix: add middleware verifying content type 2021-02-11 16:09:42 +01:00
config.js
config.test.js
context-schema.js fix: context legalValues should be at max 100 chars 2020-10-04 20:36:40 +02:00
context.js
context.test.js
event.js
events.test.js
feature-type.js
feature.js feat: Add filterquery support for toggles 2021-01-26 14:14:07 +01:00
feature.test.js fix: add middleware verifying content type 2021-02-11 16:09:42 +01:00
index.js feat: Introduce addon framework 2021-02-05 15:20:00 +01:00
metrics.js fix: should wait for seen apps 2021-02-04 15:54:29 +01:00
metrics.test.js Add service layer 2021-01-21 10:59:19 +01:00
state.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
strategy.js Make sure we deny deprecating default strategy 2021-01-22 10:03:01 +01:00
strategy.test.js fix: add middleware verifying content type 2021-02-11 16:09:42 +01:00
tag-type.js Add service layer 2021-01-21 10:59:19 +01:00
tag.js Add service layer 2021-01-21 10:59:19 +01:00
tag.test.js Add service layer 2021-01-21 10:59:19 +01:00
user.js
user.test.js
util.js Make feature-toggle-store return 409 2021-02-08 16:22:15 +01:00