File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments