mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 03:08:11 +08:00
dont cache schema (#1836)
This commit is contained in:
+2
-1
@@ -233,7 +233,8 @@ class DatasetResource(Resource):
|
||||
|
||||
|
||||
class SchemaAPI(DatasetResource):
|
||||
@cache_control(public=True, max_age=ONE_WEEK)
|
||||
# TODO @mdunitz separate dataset schema and user schema
|
||||
@cache_control(no_store=True)
|
||||
@rest_get_data_adaptor
|
||||
def get(self, data_adaptor):
|
||||
return common_rest.schema_get(data_adaptor)
|
||||
|
||||
Reference in New Issue
Block a user