3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
|
export const CACHE_CONTROL = 'Cache-Control';
|
||
|
export const CONTENT_TYPE = 'Content-Type';
|