master
Version:
Master is a node web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern
25 lines • 419 B
JSON
{
"origin": false,
"methods": [
"GET",
"HEAD",
"POST",
"DELETE",
"PUT",
"PATCH",
"OPTIONS"
],
"allowedHeaders": [
"Content-Type",
"Authorization",
"X-Requested-With",
"Accept",
"Origin",
"Cookie"
],
"exposeHeaders": [
"Set-Cookie"
],
"credentials": true,
"maxAge": 3600
}