mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Fix bad routes
This commit is contained in:
		@@ -236,7 +236,7 @@ const PostsInterface = {
 | 
				
			|||||||
	 * @param {String} choice The value of the choice
 | 
						 * @param {String} choice The value of the choice
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	createSurveyChoice: async function(postID, choice) {
 | 
						createSurveyChoice: async function(postID, choice) {
 | 
				
			||||||
		await api("survey/create_new_choice", {
 | 
							await api("surveys/create_new_choice", {
 | 
				
			||||||
			postID: postID,
 | 
								postID: postID,
 | 
				
			||||||
			choice: choice
 | 
								choice: choice
 | 
				
			||||||
		}, true);
 | 
							}, true);
 | 
				
			||||||
@@ -248,7 +248,7 @@ const PostsInterface = {
 | 
				
			|||||||
	 * @param {number} postID The ID of the target post
 | 
						 * @param {number} postID The ID of the target post
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	blockNewSurveyChoices: async function(postID) {
 | 
						blockNewSurveyChoices: async function(postID) {
 | 
				
			||||||
		await api("survey/block_new_choices_creation", {
 | 
							await api("surveys/block_new_choices_creation", {
 | 
				
			||||||
			postID: postID
 | 
								postID: postID
 | 
				
			||||||
		}, true);
 | 
							}, true);
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user