Esempio n. 1
0
def deleteTopic(id):
	c = CatalogModel()
	c.deleteTopic(id)

	return jsonify({'result': 'true'})