Fix Profile & SignIn urls.
This commit is contained in:
		
							parent
							
								
									4c4d477fe3
								
							
						
					
					
						commit
						9200855795
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ interface IBibLibClient {
 | 
				
			||||||
        const val BASE_URL = "https://bib.bibulle.fr/api/"
 | 
					        const val BASE_URL = "https://bib.bibulle.fr/api/"
 | 
				
			||||||
        const val THUMBNAIL_URL = "${BASE_URL}book/thumbnail"
 | 
					        const val THUMBNAIL_URL = "${BASE_URL}book/thumbnail"
 | 
				
			||||||
        const val COVER_URL = "${BASE_URL}book/cover"
 | 
					        const val COVER_URL = "${BASE_URL}book/cover"
 | 
				
			||||||
        const val REGISTER_URL = "${BASE_URL}signup"
 | 
					        const val REGISTER_URL = "https://bib.bibulle.fr/signup"
 | 
				
			||||||
        const val EDIT_PROFILE = "${BASE_URL}profile"
 | 
					        const val EDIT_PROFILE = "https://bib.bibulle.fr/profile"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue