mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	fix wrong link in request
This commit is contained in:
		@@ -23,7 +23,7 @@ Requests.corpora.entity.build = (corpusId) => {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
Requests.corpora.entity.generateShareLink = (corpusId, role, expiration) => {
 | 
			
		||||
  let input = `/corpora/${corpusId}/generate-corpus-share-link`;
 | 
			
		||||
  let input = `/corpora/${corpusId}/generate-share-link`;
 | 
			
		||||
  let init = {
 | 
			
		||||
    method: 'POST',
 | 
			
		||||
    body: JSON.stringify({role: role, expiration: expiration})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user