22 lines
829 B
JavaScript
22 lines
829 B
JavaScript
export default {
|
|
"/draft.json": {
|
|
draft: null,
|
|
draft_sequence: 0
|
|
},
|
|
"/draft.json?draft_key=topic_280": {
|
|
draft:
|
|
'{"reply":"This is a draft of the first post","action":"reply","categoryId":1,"archetypeId":"regular","metaData":null,"composerTime":2863,"typingTime":200}',
|
|
draft_sequence: 42
|
|
},
|
|
"/draft.json?draft_key=topic_281": {
|
|
draft:
|
|
'{"reply":"dum de dum da ba.","action":"createTopic","title":"dum da ba dum dum","categoryId":null,"archetypeId":"regular","metaData":null,"composerTime":540879,"typingTime":3400}',
|
|
draft_sequence: 0
|
|
},
|
|
"/draft.json?draft_key=topic_9": {
|
|
draft:
|
|
'{"reply":"This is a draft of the first post","action":"reply","categoryId":1,"archetypeId":"regular","metaData":null,"composerTime":2863,"typingTime":200}',
|
|
draft_sequence: 42
|
|
}
|
|
};
|