Skip to content

Commit ca1ae3f

Browse files
committed
disable snapshots for release
1 parent ca05d34 commit ca1ae3f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

django/gsmap/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ class Query(object):
6363
municipality = graphene.relay.Node.Field(MunicipalityNode)
6464
municipalities = DjangoFilterConnectionField(MunicipalityNode)
6565

66-
snapshot = graphene.relay.Node.Field(SnapshotNode)
67-
snapshots = DjangoFilterConnectionField(SnapshotNode)
66+
# snapshot = graphene.relay.Node.Field(SnapshotNode)
67+
# snapshots = DjangoFilterConnectionField(SnapshotNode)

vue/src/router/index.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ const routes = [
5050
path: 'contact',
5151
name: 'contact',
5252
component: () => import('@/views/Contact.vue')
53-
},
54-
{
55-
path: ':hash',
56-
name: 'snapshot',
57-
component: () => import('@/views/Snapshot.vue')
5853
}
54+
// ,
55+
// {
56+
// path: ':hash',
57+
// name: 'snapshot',
58+
// component: () => import('@/views/Snapshot.vue')
59+
// }
5960
]
6061
},
6162
{

0 commit comments

Comments
 (0)