Subversion Repositories SmartDukaan

Rev

Rev 25383 | Rev 25449 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25383 Rev 25385
Line 956... Line 956...
956
			notifyIdNotifyColorMap.put(notifyColorChange.getId(), notifyColorChange);
956
			notifyIdNotifyColorMap.put(notifyColorChange.getId(), notifyColorChange);
957
		}
957
		}
958
		return notifyIdNotifyColorMap;
958
		return notifyIdNotifyColorMap;
959
	}
959
	}
960
 
960
 
961
	@RequestMapping(value = "/getContentUploader", method = RequestMethod.GET)
-
 
962
	public String contentUploader(HttpServletRequest request) throws Exception {
-
 
963
		return "content-upload";
-
 
964
	}
-
 
965
 
-
 
966
}
961
}
967
962