Change app signature to the previous one.

This commit is contained in:
Thomas Andres Gomez 2021-05-07 22:22:24 +02:00
parent a2447e2376
commit 7898a51252
2 changed files with 31 additions and 12 deletions

View file

@ -1,10 +0,0 @@
package com.pixelized.biblib.utils
object Constant {
const val BASE_URL = "https://bib.bibulle.fr"
const val THUMBNAIL_URL = "$BASE_URL/api/book/thumbnail"
const val COVER_URL = "$BASE_URL/api/book/cover"
const val REGISTER_URL = "$BASE_URL/signup"
}